[Gambas-user] How to convert sting with space to string with out?
Fabien Bodard
gambasfr at ...11...
Fri Aug 26 23:38:27 CEST 2005
Le Vendredi 26 Août 2005 16:06, Arkadiusz Zychewicz a écrit :
> I have some settings in Settings object, but this settings is generated
> from TexBox and in TexBox user can wire some string with space and oder
> character witch cannot be used as parameter in array object Settings.
> e.g.
>
> dim S as Settings
> S[ TextBox1.Text ] = 14
you have the Replace function...
the Trim function (to remove spaces)
More information about the User
mailing list