10-30-2007, 05:47 PM
Sorry for being such an idiot, I am really haveing problems with QM and its syntax. I've wrote programs over 15K lines long before but for some reason I am not getting QM.
Anyways, what I am trying to do is to get all the childs/controls from the device manager and then finelly store them into a file so I can use later.
The issue I have right now is to concatenate all the child names into 1 tab/LF delimited string or an array.
Acc a=acc("" "OUTLINEITEM" win("Device Manager" "MMCMainFrame") "SysTreeView32" "" 0x1000)
str x z
int i
int cntr=0
for i 0 100
a.Navigate("next");
x=z.insert(a.Name cntr 013)
cntr=cntr+1
mes x
Thanks for your help!
Robert
Anyways, what I am trying to do is to get all the childs/controls from the device manager and then finelly store them into a file so I can use later.
The issue I have right now is to concatenate all the child names into 1 tab/LF delimited string or an array.
Acc a=acc("" "OUTLINEITEM" win("Device Manager" "MMCMainFrame") "SysTreeView32" "" 0x1000)
str x z
int i
int cntr=0
for i 0 100
a.Navigate("next");
x=z.insert(a.Name cntr 013)
cntr=cntr+1
mes x
Thanks for your help!
Robert
