Do you guys have a better Split() function?
Posted
#1
(In Topic #1561)
Regular

Posted
Guru

Ie, Split(sString, " \t\r\n")
will split at any individual space, tab, CR or LF
there is not a way to split at a "word"
A quick way to do it is to use Replace and replace your delimiter text with a single unlikely to be used char like ®
Code (gambas)
- Return aStr
Posted
Regular

1 guest and 0 members have just viewed this.


