(See also: Dictionary Functions)
AddVariable Add a variable to a module.
Cast Change one type of value to another.
Change Detect a value change.
ChangePersistentSize Change a variable's persistent size.
DeleteVariable Delete a variable.
Edge Test for a rising or falling edge.
FindVariable Find a variable.
GetDefaultValue Get default value.
GetVariableText Get variable text.
GetVariableType Returns the type (Basevalue) stored within a variable.
Invalid Return invalid value.
Latch Latch on or off.
ListVars List variables.
LValue Left-hand side value.
MakeNonShared Make a variable non-shared.
MakeNonPersistent Make a variable non-persistent.
MakePersistent Make a variable persistent.
MakeShared Make a variable shared.
NumSets Number of times set.
NumVariables Number of variables.
Parameter Returns the value of (or may assign a value to) a parameter of a module.
PersistentSize Get variable persistent value size in file.
Priority Sets the priority of an object.
SetDefault Set variable default value.
SetVariableClass Set variable class.
SetVariableText Set variable document information.
SetVariableType Sets the data type attached to the the value within a variable.
Toggle Change value on input change.
Valid Test validity.
ValueType Determine dynamic typing.
Variable Access variable by name.
VarAttributes Variable attributes.
VariableClass Discover a variable's class.
Watch Watch variables.
WatchArray Watch an array.