hi guys,
How do you do a split in flash? what i mean is that i have this string:
1,2,3,4,5*6,7,8,9,10
i want to split this into an array like with the * as delimiters so it is like this:
array(1)=1,2,3,4,5
array(2)=6,7,8,9,10
in ASP I can easily do this this way:
tempword="1,2,3,4,5*6,7,8,9,10"
temparray=split(tempword,"*"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
i hope this is quite clear and that you guys would help me with this one.
thanks in advance.
biggie
How do you do a split in flash? what i mean is that i have this string:
1,2,3,4,5*6,7,8,9,10
i want to split this into an array like with the * as delimiters so it is like this:
array(1)=1,2,3,4,5
array(2)=6,7,8,9,10
in ASP I can easily do this this way:
tempword="1,2,3,4,5*6,7,8,9,10"
temparray=split(tempword,"*"
i hope this is quite clear and that you guys would help me with this one.
thanks in advance.
biggie