12-15-2017, 09:54 PM
I am trying to setfile a str.
Not sure why it's not working. Code - output - and file, below:
CODE:
Macro Macro7
OUTPUT:
Start
QM TOOLBAR
Quick Macros - Main - [Macro6]
QM Help
Quick Macros Forum • Index page - Google Chrome
Local Disk (C
UT
OC
Program Manager
FILE:
Program Manager
Not sure why it's not working. Code - output - and file, below:
CODE:
Macro Macro7
out
ARRAY(int) a; int i; str sc sn
out "[][9]ALL VISIBLE WINDOWS"
win("" "" "" 0 0 0 a)
for(i 0 a.len)
,sc.getwinclass(a[i])
,sn.getwintext(a[i])
,out "%i '%s' '%s'" a[i] sc sn
,sn.setfile("C:\wn.txt" 0 -1)
OUTPUT:
Start
QM TOOLBAR
Quick Macros - Main - [Macro6]
QM Help
Quick Macros Forum • Index page - Google Chrome
Local Disk (C
UT
OC
Program Manager
FILE:
Program Manager