Sometimes special characters are needed when sending strings to the ISP. The
following string constants can be used to replace these.
String Explanation
^char Caret translation.
If char is a character between
converted to a character value between 0 and 31. ^M for
example, is converted to carriage return.
If char is a character between a and z, this will be converted to a
character value between 0 and 26. Other characters will not be
converted.
<cr> Carriage return
<lf> Line feed
\
\^ Circumflex
\< Less then-character
\\ Backslash
Example:
transmit
String constants