[skip|else] 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, otherwise if you use a Variable it will be the size of the selected array.
<Var/Array> = The array to get the size of.
Determines the size of an array and either assigns it to a variable, or uses it as a condition in an 'if', 'skip if', 'while' or other conditional statement.
Examples:
$array.size size of array $this.array
$array.size will be the number of elements contained in the array $this.array.
-----------------------------------
skip if size of array $station.array
| $station.array = $sector get station array from sector
You may have very recently gotten the station array for this $sector and if the script has not been exited, there may be no need to re get it, but if there is no size to the array, it will run the 'get station array from sector' command.
Command Location:
- »» General Commands
- »» Arrays
<RetVar/IF> = size of array <Var/Array>
- »» Arrays