NXC
Version 1.2.1 r5
|
|
inline |
Extract item from an array.
Extract one element from an array. The output type depends on the type of the source array.
out | The output value. |
asrc | The input array from which to extract an item. |
idx | The index of the item to extract. |