Interactive Technologies CueServer 2 User Manual page 147

Table of Contents

Advertisement

Interactive Technologies, Inc.
\'
\"
\xhh
\nnn
Note that there are two special escape sequences for hexadecimal and octal bytes. The hexadecimal
escape sequence is a "backslash-x" followed by exactly two hexadecimal characters (each from 0 thru F)
that represents the desired byte. The octal escape sequence is a backslash followed by three digits from 0
thru 7. These three digits represent the desired byte value in octal.
*
The escape sequences used by CueServer are the same (or very similar) as those used by several popular
programming languages, including C, C++, Java, JavaScript, JSON, Objective-C, PHP, Python, and SQL.
Value Substitutions
In addition to the escape sequences above that allow special characters to be inserted into a string,
CueServer also supports a variety of escape sequences that are used to substitute special values into a
string.
These values change depending on the context in which the string is being used. CueServer will substitute
the escape sequence with the actual value at the time that the string is being used. Each substitution is only
valid within the context(s) supported.
The following table shows the supported escape sequences for Value Substitutions:
Escape Sequence Value Substituted
Channel Number (8-bit)
\c
\C
Channel Number (16-bit)
Channel Value (8-bit)
\l
Channel Value (16-bit)
\L
\i
Inverted Channel Value (8-bit)
Inverted Channel Value (16-bit)
\I
\s
Checksum; sum of preceding bytes (8-bit)
Single quotation mark
0x27
0x22
Double quotation mark
Any hexadecimal byte
0xhh
Any octal byte
0xoo
CueServer 2 User's Manual - 18.5.18
Valid Contexts
DMX Triggers
DMX Triggers
DMX Triggers
DMX Triggers
DMX Triggers
DMX Triggers
Any
Page 145 of 429

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CueServer 2 and is the answer not in the manual?

Related Products for Interactive Technologies CueServer 2

Table of Contents