9.74
NTHARG - Picks the n-th argument of a list
Returns " on error.
Argument(s)
from 2 to 64, Integer String
Result type
String
Aliases
PICKARG
See also
NTH PICK
Category
Miscellanous functions
Example:
C:> ASET -p X := NTHARG(2,'A B','AB','ABC') X=AB