WinScript Live Command Reference
Page 70
BitAnd
Take the bitwise AND of a Variable and a value. This value can be a constant value or another
Variable. Acceptable variable types are Integer and Timecode. Timecode variables will be
converted into number of frames. For example, a Variable with a value of 3 (0011) and a
contestant with a value of 1 (0001) would give a result of 1 (0001).
Event Syntax
Event
Data1
Data2
BitAnd
Name of Variable
Constant value <or> Name of
another Variable
BitOr
Take the bitwise OR of a Variable and a value. This value can be a constant value or another
Variable. Acceptable variable types are Integer and Timecode. Timecode variables will be
converted into number of frames. . For example, a Variable with a value of 8 (1000) and a
contestant with a value of 1 (0001) would give a result of 9 (1001).
Event Syntax
Event
Data1
Data2
BitOr
Name of Variable
Constant value <or> Name of
another Variable
Mod
Multiply a Variable by a value. This value can be a constant value or another Variable.
Acceptable variable types are Integer, Decimal, and Timecode. Timecode variables will be
converted into number of frames.
Event Syntax
Event
Data1
Data2
Multiply
Name of Variable
Constant value <or> Name of
another Variable
Concat
Concatenate a string-type variable with another variable or constant string value. The result is
stored in the first variable.
Event Syntax
Event
Data1
Data2
Concat
Name of Variable
Constant value ie: "Hello" <or>
Name of another Variable
Format
Create an ASCII string using other variables as inputs to the string. This is similar to the sprintf
function found in C.
Summary of Contents for V16Pro
Page 1: ...V Series Network Controllers Alcorn McBride January 3 2018 User s Guide...
Page 48: ......
Page 64: ......
Page 86: ......
Page 91: ...V16Pro Page 91 V16Pro...
Page 114: ......
Page 118: ...VCore Page 118 VCore Figure 11 Front View Figure 12 Rear View...
Page 119: ...VCore Page 119 VCore Figure 13 Top View Figure 14 Bottom View...
Page 138: ......
Page 172: ......