Search found 151 matches

by micha_he
26 Jul 2011 11:21
Forum: Syntax files
Topic: Change in AutoIt-Syntax
Replies: 1
Views: 7335

Change in AutoIt-Syntax

Hi.

With a little correction in the AutoIt.syx file:

instead of:

String="

better:

Char="
String='

the user can write AutoIt-Code like ' abc "def" ghi' (double quotes in string) and normal strings like "abcdef" or 'abcdef'.