kaB00M":3i1v8w39 said:
i want to do a substitution of a '/'(slash) sign but i cant since the 'method' uses that sign already. How can i substitute a (slash) with the string.sub 'method'
thank you
To do do a substitution of a '/' symbol, you must precede it with the '\' symbol. If you do that, then it searches for '/', instead of ending the search pattern. The help file may be good, but, as you just proved, it certainly doesn't cover everything.