< 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.
ยฉ2025 Boris FX, Inc.ย โย UNOFFICIALย โย Converted from original PDF.