|
-
Aug 7th, 2002, 05:03 PM
#1
Thread Starter
Member
Add an Array to another Array
I want to add an array to another array.
dim array1() as string
dim array2() as string
array1(0) = "goto"
array1(1) = "hell"
array2(0) = "and"
array2(1) = "back"
Now i want to add the contents of array1 into array2 without loop and independent from the array length. Is this possible ?
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
|