08-24-2004, 03:56 PM
In QM 2.1.5, multiline strings will be implemented using comments. If first line of comments begins with $variable, then is created local lpstr variable and populated with following commented lines. Commenting multiple lines is easy: select all lines and press space.
For example,
will be eqivalent to
For example,
[color=green];$vbs_1
;Dim av
;Set av = CreateObject("Avedesk.Application")
;av.ShowControlPanel
;[/color]
VbsExec vbs_1