FORMULA LANGUAGE
Examples: @Right
1. This example returns "ace," the rightmost 3 characters in the string.
@Right("Lennard Wallace";3)
2. This example returns "Wallace," which represents everything to the right of the first occurrence of the blank space.
@Right("Lennard Wallace";" ")
3. This example returns "man" if the Author field contains "Timothy Altman."
@Right(Author;3)
4. This example returns "Altman" if the Author field contains "Timothy Altman."
@Right(Author;" ")
5. This example returns "ard" and "ace" in a list.
@Right("Lennard" : "Wallace";3)
See Also
@Right
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary