|
-
Mar 11th, 2000, 06:54 PM
#1
Thread Starter
Member
How do I add the contents of a textbox array without enshrining the number of indexes in my code?
For example, I can't use:
Val(text2.text)= Val(text1(1).text) + Val(text1(2).text) ..etc.., because my program creates textboxes at runtime.
Is there any 'For...Next' way of doing it or something?
Thanks for any help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|