Re: Tabulators.......

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu