|
-
Jan 25th, 2002, 09:59 PM
#1
Thread Starter
Lively Member
Label Arrays.......Moving Text?
Just wondering if its possible to move text from an array of labels
to another array of labels in a certain order.?
for example, this is what i somehow want to do:
Label1(0).Caption = Label2(0).Caption
but when i try to put this line in as well:
Label1(1).Caption = Label2(0).Caption
only the 2nd line works, does this make sense, and if so how do i do it properly?
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
|