Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
enumeration of items
#11
OK i set up the syntax so it is able to compile, but i am only getting information on 1 part of the tree instead of the whole thing. Got anymore ideas?

P.S. thanks for all your help so far Gintaras

Code:
Copy      Help
int w=win("Calculator" "SciCalc") ;;QM Options dialog
Acc a.Find(w "" "Calculator" "class=SciCalc" 0x1004)
ARRAY(Acc) b
a.GetChildObjects(b)
int i
for i 0 b.len
,out b[i].Name


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)