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.