Flash Question: loadVariables
Flash Question: loadVariables
Out of context: Reply #3
- Started
- Last post
- 9 Responses
- noneck0
Carp.
Okay, my split() function ain't workin. Why?
myVar = "one,two,three,four";
myVar = myVar.split(",");
trace(myVar[1]);
// Yeilds "undefined" WTF?Help?