
How do ya create tabs in textfields and strings?
FYI: '<9>' and '|' work in MESSAGE() too.
--
www.Tradesmens.com
Mark Goldberg
Quote:
> You have found the correct ascii.
> Tab Equate('<9>')
> You will however not see non-printable characters correct anywhere
except in
> TEXT box, never in entries or listboxes.
> > Hi,
> > How can I add tabbing to textfields and strings? The ascii code
for a
> > carriage return is '<13,10>'. I heard somewhere on this ng that
> > tabbing is '<9>', but it comes out as '|' on my windows. Also,
is
> > there a way to change the tab spacing (Ex. '<9,2>' means tab two
> > spaces)?
> > Thanks,
> > ClarionApprentice
> > --Forgive my inexperience