[Gambas-user] Re: URL Format: Converting whitespaces to %20
Christian Faure
christian.faurebouvard at ...357...
Wed Dec 15 23:23:37 CET 2004
El Miércoles, 15 de Diciembre de 2004 19:36, Amon Forstmann escribió:
> Hi there,
>
> I'd like to convert whitespaces in a string to "%20" _BUT_
> without the use of Temp$ and sed.
>
> I've really no idea how to do something like that.
>
> thx for your help
> Amon
try Replace function like this:
url = Replace(url," ","%20)
Regards.
More information about the User
mailing list