Android Question Split string to array (by CRLF) [Solved]

trepdas

Active Member
Licensed User
Hello good people,

I have a long string with crlf already inside the string (string1&CRLF&string2&CRLF&string3 etc)

how would I split it into an array ?

in vb6 - buffer()=split(bigstring,crlf)

how in B4x ?
many thanks
 
Top