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;" ")
Véase también
@Right
Glosario
¿Desea opinar sobre la
Ayuda
o sobre la
utilidad del producto
?
Ayuda sobre la Ayuda
Todo el contenido de la Ayuda
Glosario