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?


Reply With Quote
