FORMULA LANGUAGE


Examples: @Right
1. This example returns "ace," the rightmost 3 characters in the string.
2. This example returns "Wallace," which represents everything to the right of the first occurrence of the blank space.
3. This example returns "man" if the Author field contains "Timothy Altman."
4. This example returns "Altman" if the Author field contains "Timothy Altman."
See Also