|
-
Sep 22nd, 2000, 12:06 AM
#1
Thread Starter
New Member
Okay so this is what i need to do,
say i wanted to set captions in label boxes but not use much code
-----
dim scrip1 as integer
dim scrip2 as integer
etc.
for i = 1 to 10
label i .caption = scrip i
next
------
what would i use to integrate i in as the number of the label box/variable name?
an answer would be greatly appreciated, thanx
ie for text "as;dlkfj" & scrp & "a;lsdkj" etc.
but what do i use instead of & in this case? or can i even do that?
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
|