[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: tab character ?



Here are two ways:

let $tab = chr(9)

and

encode <009> into $tab


HTH,
Steffon