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" > > >