Arrays
Posted: Mon Apr 23, 2012 7:48 am
Hi,
Is it possible to acess text boxes like an array?
I mean instead of acessing it one by one, using Text1, Text2..., acessing with a "pointer" like Text[1], Text[2],....
I would like to acess it on a For cycle, with only one instruction, instead of one for each element.
Is it possible to acess text boxes like an array?
I mean instead of acessing it one by one, using Text1, Text2..., acessing with a "pointer" like Text[1], Text[2],....
I would like to acess it on a For cycle, with only one instruction, instead of one for each element.