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)
Vedere anche
@Right
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario