Re: Tabulators.......
- Posted by Patrick Quist <quistnet at HOTMAIL.COM> Mar 12, 1999
- 525 views
Hy, I normal DOS you don't the {9}'s but when I traced I saw that the {9}'s ("\t") still existed and that the tabs are 1 to short So I added this to change the 9's to 32's function deleteTabSign(sequence str) sequence tabs tabs = multimatch("\t", str) for a=1 to length(tabs) do str[a]=' ' end for return str end function Thanks again, PQ QC Get Your Private, Free Email at http://www.hotmail.com