|
-
Oct 11th, 2000, 05:16 PM
#1
Thread Starter
Junior Member
i want to create an array with a variable
r= "list","run","help","suck"
myaaray = array(r)
fitem = myarray(0) 'This returns of course "list","run","help","suck"
i want fitem to = the first item in the list ("list")
my question is how to do i make an array out of an already existing string.
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
|