FORMULA LANGUAGE
Returns the specified word from a text string. A "word" is defined as the part of a string that is delimited by the defined separator character. For example, if you specify a space (" ") as the separator, then a word is any series of characters preceded by and followed by a space (or the beginning or end of the string).
@Word( string ; separator ; number )
Syntax
string
word
StrToken function of LotusScript language
Example See Also