Posts: 1,769
Threads: 410
Joined: Feb 2003
how can i make the macro name output of this cmd populate a variable so i can manipulate the list of macros running?
Posts: 12,135
Threads: 142
Joined: Dec 2002
men 33042 "+QM_Editor"
0.5
str s ss
int i hlb n
hlb=id(1197 win("Threads" "#32770"))
n=LB_GetCount(hlb)
for i 0 n
,LB_GetItemText(hlb i s)
,ss+s; ss+"[]"
out ss
Posts: 1,769
Threads: 410
Joined: Feb 2003
Posts: 1,769
Threads: 410
Joined: Feb 2003
in there anyway to have this happen in the background rather than flickering through the active windows?
thanks
Posts: 12,135
Threads: 142
Joined: Dec 2002
In QM 2.1.7, use EnumQmThreads. There is a sample in QM Help.