[skip] if [not]|while [not]| = The possible 'Conditional' statements that can be used with this command.
<RetVar/IF> = Command return, with an 'if' statement used it will be TRUE (1) if condition passes or FALSE (0) if it fails, orherwise if you use a Variable it will be the value of thr selected array at the selected index.
<Var/Array> = The required array name.
<Var/Number> = The index (element) in the required array.
Allows you to assign the value of an array element to a variable, or to create a condition or
while loop based on whether the element is set to a value or is null.
Example:
$array.item = $array.1 [ 0 ]
$array.item will be the value from $array.1 at the selected index, in this case, element zero [ 0 ].
Command Location:
- »» General Commands
- »» Arrays
<RetVar/IF> = <Var/Array> [ <Var/Number> ]
- »» Arrays