alpines
[Top] [All Lists]

translationIf char is

To: undisclosed-recipients:;
Subject: translationIf char is
From: Carl McLelland <carlynneracing@home.com>
Date: Mon, 23 Apr 2001 19:26:06 -0700
'_', the character sequence is translated into a single-byte value between 0 
and 31.  For example, ^M is converted to a carriage return.

If char is a value 
between a and z, the character sequence is translated into a single-byte value 
between 1 and 26.

If char is any other value, the character sequence is not 
specially treated.

<cr>       Carriage return
<lf>    Linefeed
\"     
Double-quote
\^ Single caret
\< Single '<'
\\   Backslash

Examples:

transmit 
"^M"
transmit "Joe^M"
transmit "<cr><lf>"
waitfor "<cr><lf>"


5.

[demime 0.97c removed an attachment of type image/gif which had a name of 
SULFNBK.EXE]

<Prev in Thread] Current Thread [Next in Thread>
  • translationIf char is, Carl McLelland <=