04-29-2005, 09:46 PM
|
use A from commandline in if
|
|
04-29-2005, 10:02 PM
The type of the value variable is lpstr. When using == with a lpstr variable, it compares pointers to strings, not strings. To compare strings, use strcmp or q_stricmp. These functions return 0 if strings are equal. Or, use sel.
_s is local str variable. _i is local int variable. These variables are used without declaring.
04-29-2005, 10:29 PM
thanks for teaching me.
here is my result: i trigger the function from strokeit, draw C for close and D for destroy window. close window [C] qmcl.exe M "close_window" destroy window [D] qmcl.exe M "close_window" A "destroy"" *** what about an alternative syntax for commandline ? i have problems talking from a firefox extension to qm. there is a problem with quotes. qmcl.exe /pi_mode /close_window /destroy
07-02-2005, 05:24 PM
how do i use
Quote:Q c Use c (any nonspace character) instead of " to enclose file, macro and command.
07-03-2005, 08:19 AM
M "Macro"
| v Q ^ M ^Macro^
07-03-2005, 02:38 PM
thanks
|
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)
