arrsubset

The arrsubset Statement

The arrsubset statement copies a subset of the input array (second) argument to the output array (first) argument. The subset begins at the specified index (third) argument. The number of elements in the subset is specified using the length (fourth) argument. The syntax of the arrsubset statement is shown below.

 // copy the first x elements to arSub
 arrsubset arSub, arValues, NA, x

Generated by  doxygen 1.6.2