[Gambas-user] Split Function (is it a BUG)

Bodard Fabien gambasfr at ...11...
Mon Oct 25 22:55:24 CEST 2004


Le lundi 25 Octobre 2004 20:22, Charlie Reinl a écrit :
> Salut Benoit,
>
> if I split "myVar = Otto"   like a = split("myVar = Otto", "=")
> then a[0] = "myVar " and a[1] = " Otto"
>
> Should the blanks be left ?
yes .. by use:

a = split("myVar = Otto", " = ")

Fabien
>
> Amicalment
> Charlie
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list