Dear All,
Split function can only handel one character as the separator ?
On my Mandrake 10.1 using gambas 1.0.6, i only get the first array, the
rest is blank..
Dim sSplit as string[]
sSplit = Split("HelloneyHowsneyThere","ney")
Print sSplit[0] : Return "Hello"
Print sSplit[1] : Return Blank...
Anyone can help pls ?
Budi