String - WordsLeft
Syntax: =WordsLeft(Text,Number)
Description: Returns the specified number of words from the
left of the text String.
Text : string to consider Number : number of words to return.
Example: The following function returns
the string "the fox jumps"
| =WordsLeft("the fox
jumps over the box",3) |
|