Small AS ?
Small AS ?
Out of context: Reply #1
- Started
- Last post
- 1 Response
- ian000
looks like you need to push() MessageText[i] into location_array.
or do something like
var location_array:Array = new Array();
location_array[0] = MessageText[i].split ("t", 2);