homebrew311
Active member
- Joined
- Oct 25, 2003
- Messages
- 31
This might be confusing: wut if i wanted to create a series of 10 textboxes called textbox1, textbox2, etc in a for loop? is this possible? ex:
for i = 0 to 10
dim textboxX as new textbox()
next
i kno thats not the right way, but does anyone kno how to do replace the X with the # that i is currently?
for i = 0 to 10
dim textboxX as new textbox()
next
i kno thats not the right way, but does anyone kno how to do replace the X with the # that i is currently?