Difference between revisions of "Protocols/AOL/Atoms/Reference/Strings"

From NINA Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 14:43, 14 March 2023

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