08-23-2004, 05:28 PM
Quote:Save the following in notepad to a .vbs file and let a desklet shortcut point to it:
can i make that inside qm without using a .vbs file ?
vbs code
|
08-23-2004, 05:28 PM
Quote:Save the following in notepad to a .vbs file and let a desklet shortcut point to it: can i make that inside qm without using a .vbs file ?
08-23-2004, 06:30 PM
08-23-2004, 06:59 PM
cool !
i remember a question in this context. how can i write your code in qm as multiline ? this is not available know or ?
08-23-2004, 07:40 PM
Write vbs code in separate macro or file, and use appropriate VbsExec flag.
08-23-2004, 07:54 PM
Gintaras Wrote:Write vbs code in separate macro or file, and use appropriate VbsExec flag. but this would be the same as running an external vbs file. it would be cool to have multiline in qm editor. problem is that lines can get very long in the editor, so you must scroll to see the end of a line. str _4lines = " hello stranger no this is not planet earth "; out _4lines maybe #" could be the delimiter for it. str _4lines = #" milkyway no thats not here "#
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, [color=green];$vbs_1
08-28-2004, 07:16 PM
Wait for 2.1.5 version.
08-28-2004, 07:25 PM
1 - 2 weeks.
|
« Next Oldest | Next Newest »
|