The following variables are available in all SIS expressions, regardless of protocol.
User variables
user.<var-name>
Description  | 
A user-defined variable. User-defined variables may have any name provided the name begins with  
  | 
||
|---|---|---|---|
Valid values  | 
Any  | 
||
Type  | 
User  | 
||
Assignable?  | 
YES  | 
Array variables
array.current-element
Description  | 
The current element of an array when executing an array index function.  | 
|---|---|
Valid values  | 
Any  | 
Type  | 
Any  | 
Assignable?  | 
NO  | 
array.last-index
The matching index of the last executed array index function. If the last array index function found no matching element, this variable has no value.  | 
|
Type  | 
Any  | 
Assignable?  | 
NO  | 
| 
 | 
See also IN-specific Variables and SIP-specific Variables. | 
