[Gambas-user] double slashes

Pablo Vera pvera at ...729...
Sat Dec 30 17:57:49 CET 2006


Try it like this:

   s = "SomeText////moreText////moreText"

Pablo
_____________________________________________________________________


Rohnny Stormo wrote:
> How todo double slashes in a string.?
> 
> dim s as string
> 
> s = "SomeText//moreText//moreText"
> 
> But when I write this to a file it's only
> 
> s = "SomeText/moreText/moreText"
> 
> 
> 




More information about the User mailing list