Is there annybody uses director/lingo?

If there is:

I would like to know how i can make new variables out of a propertie in a list. I know how to do this in AS, but lingo is kind a different…

I was thinking:

 
myList = ["mike", "peter", "frank"]
value(myList[1]) = "hi im mike"  

or something like that… (mike should be the new variablename)
Dont know how to set it up, so if annyone knows… :thumb: