9.73
NTH - Picks the n-th word of a string
Returns " on error.
Argument(s)
2, Integer String
Result type
String
Aliases
PICK
See also
NTHARG PICKARG
Category
String handling
Example:
C:> ASET -p X := NTH(2,'A B C') X=B