... or a workaround. This is the problem solved if the hypothetical function were the same name in Basic. I want to extract the keyed value in 5 objects in a form using a loop. The objects are :
Text1
Text2
Text3
Text4
Text5
Code would be (if indirect function existed) :
For a=1 to 5
b="Text"+str(a)+".text"
c(a)=INDIRECT(b) '***this would gran the value inText1.text on the first round***
Next a
Help very appreciated.
2007-02-04
11:49:09
·
2 answers
·
asked by
Jermaine
1
in
Computers & Internet
➔ Programming & Design