News
The splice() function may also be used to remove a range of elements from an array, but not a discontiguous slice: splice(@array,0,3);Â # remove 3 elements starting at index 0.
You must list each array element if you use the asterisk to designate the number of elements. In the following example, the array C1TEMP references five variables with temperature measures. array ...
Commas are optional between variable values. For example, the following ARRAY statement creates a two-item array named COUNT, assigns the value 1 to the first element, and assigns the value 2 to the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results