field command

The field BASIC program prints out the nth word in a list of words. This is useful when combined with the TCL shell variables.

Syntax

field n list.of.words

Example(s)

:field 3 one two three four
three

:field 2 @‘count md‘
1635