|
-
Sep 11th, 2009, 10:58 AM
#1
Thread Starter
New Member
HELP putting an integer in the middle of a string
So I have a bunch of text boxes on a windows form named, "XB1TextBox", "XB2TextBox", "XB3TextBox", etc. all the way up to 30.
I want to populate them with values from an array, called T, that is 30 members long. So in the form load even I have something like this
Dim Count As Integer = 1
For Count = 1 to 30
XB & Count & TextBox.Text = T(Count - 1 )
Next
Line 3 of this code is obviously incorrect... Does anyone have any ideads??? Thank you so much for your help!!
Kevin
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
|