Hope this is what you need....

\r -> return;
\t -> tab
\f -> form feed
\b -> backspace
\a -> bell
\e -> escape
\007 -> Any octal ASCII value ( here, 007 = bell )
\x7f -> Any hex ASCII value   ( here, 7f = delete )
..
...
....

>From the 
Llama Book 
pg: 24

Narayan

On Wed, 11 Dec 2002, Mariusz wrote:

|I'm outputting lots of text into an email message. I would like to have some basic 
|control over the way how it is presented, but the only command I know is "\n" - new 
|line. What about tab, spaces, etc..?
|
|Mariusz
|


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to