String - WordsRight
Syntax: = WordsRight(Text,Number)
Description:
Returns the string containing the
number of words from the right of the Text string.
Text : string to consider
Number : number of
words to return
Example: The next function returns the
string "over the box"
| =WordsRight("the fox
jumps over the box",3) |
|