EasyManua.ls Logo

Alcorn Mcbride V16Pro - Logical Events

Alcorn Mcbride V16Pro
179 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
WinScript Live Command Reference Page 68
Logical Events
Logical Events perform operations on Variables in the Show Controller.
To Do This…
Use This Event…
Turn on a Boolean Type Variable
On
Turn off a Boolean Type Variable
Off
Toggle the state of a Boolean Type Variable
Toggle
Add a value to a Variable
Add
Subtract a value from a Variable
Subtract
Multiply Variable by a value
Multiply
Divide a Variable by a static value
Divide
Bitwise And a variable by a value
BitAnd
Bitwise Or a variable by a value
BitOr
Get the modulus value of a variable (remainder of
division)
Mod
Concatenate (put together) two String Variables
Concat
Combine multiple variables of different types into
a string variable
Format
Set the value of a Variable
Set Variable =
Save a Variable to non-volatile memory
Save Variable
Recover a Variable from non-volatile memory
Restore Variable
On
Turns on a Boolean Type Variable. The Boolean Type Variable remains on until another event
modifies its state.
Event Syntax
Event
Data1
On
Name of Boolean Type Variable
Off
Turns off a Boolean Type Variable. The Boolean Type Variable remains off until another event
modifies its state.
Event Syntax
Event
Data1
Off
Name of Boolean Type Variable
Toggle
Toggles the state of a Boolean Type Variable. If the Boolean Type Variable is currently on, it will
be turned off. If the Boolean Type Variable is currently off, it will be turned on.
Event Syntax

Table of Contents