Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GetIt Reference Guide - syntax: n_splite(<elementc>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: N_SPLITE(<elementC>)

Returns element number of array element clause.

Example

? N_SPLITE("Arr[3]")
  3
? N_SPLITE("Arr")
  0

Notes

N_SPLITE analyzes only the string passed as an argument.  It does not verify
that an array of that name actually exists, nor whether it contains the
requisite number of elements.

The item number is returned as a numeric value.

See Also: N_SPLITN N_SPLITA

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson