Can anyone tell me how to use the split() function in as3 to split Strings with Carriage Returns?
This is usually done with " \n ", but it doesent seem to work in this case, with or without de quotes.
Try spliting like this
var yourArray:Array = YourString.split(String.fromCharCode(13));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With