[Gambas-user] SPLIT STRING

BUDI ARIEF GUSANDI budi.a.gusandi at ...626...
Mon Jun 20 05:48:12 CEST 2005


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




More information about the User mailing list