Protocols/AOL/Atoms/Reference/Strings

From NINA Wiki
Revision as of 14:43, 14 March 2023 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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">