[Gambas-user] Re: URL Format: Converting whitespaces to %20

Amon Forstmann amon at ...715...
Thu Dec 16 21:44:09 CET 2004


Thank you it worked.

Amon

Am Mittwoch, den 15.12.2004, 19:23 -0300 schrieb Christian Faure:
> 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.
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> 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