Thread
:
prob in split and array process
View Single Post
03-13-2009, 10:45 AM
PM User
|
#
10
gnomeontherun
Senior Coder
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
Two options, \r is actually the return character. the ascii code is also 13 for it.
Code:
myText.text.split(char(13)); myText.text.split("\r");
__________________
jeremy -
gnomeontherun
Educated questions
often get
educated answers
, and
simple questions
often get
simple answers
.
gnomeontherun
View Public Profile
Visit gnomeontherun's homepage!
Find More Posts by gnomeontherun