< Previous | Contents | Manuals Home | Boris FX | Next >
Strings
String values extend from one double-quote (") to the next. The following escapes are recognized:
\n Newline character
\r Carriage return
\t Tab character
\” Escaped quote
\\ Escaped backslash
\0101 Octal character (‘A’)
\x41 Hexadecimal character (‘A’)
\u0041 Unicode character (‘A’)
\U00000041 Full-length unicode character All other escape sequences are errors.
©2024 Boris FX, Inc. — UNOFFICIAL — Converted from original PDF.