Protocols/AOL/Atoms/Reference/Strings: Difference between revisions
Jump to navigation
Jump to search
Animadoria (talk | contribs) (Created page with "A sequence of text characters enclosed in quotes. The following escape sequences are recognized: \" - to insert a quote mark<br /> \n - to insert a LF<br /> \t - to inser...") |
Animadoria (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Protocols/AOL | |||
|protocol=atoms}} | |||
== FDO91 == | |||
A sequence of text characters enclosed in quotes. The following escape sequences are recognized: \" - to insert a quote mark<br /> | A sequence of text characters enclosed in quotes. The following escape sequences are recognized: \" - to insert a quote mark<br /> | ||
\n - to insert a LF<br /> | \n - to insert a LF<br /> | ||
Line 5: | Line 10: | ||
\xnn to insert hex char nn (use for inserting non-printable chars)<br /> | \xnn to insert hex char nn (use for inserting non-printable chars)<br /> | ||
'''Example''': mat_title <"Hello\nThere"> | '''Example''': mat_title <"Hello\nThere"> | ||
[[Category:AOL]] | |||
[[Category:Protocols/AOL]] | |||
[[Category:Protocols/AOL/FDO]] | |||
[[Category:Not_Currently_Documented]] | |||
[[Category:Work_In_Progress]] |
Latest revision as of 14:55, 14 March 2023
AOL Protocol |
Introduction • Terms • Clients |
Basic |
Datatypes • |
FLAP • P3 • Midas |
Tokens • Atoms • FDO |
Tutorials |
Sign On |
Technical Documentation |
Host Architecture • |
FDO91
A sequence of text characters enclosed in quotes. The following escape sequences are recognized: \" - to insert a quote mark
\n - to insert a LF
\t - to insert a tab
\r - to insert a CR
\xnn to insert hex char nn (use for inserting non-printable chars)
Example: mat_title <"Hello\nThere">