FORMULA LANGUAGE
Examples: @Left
1. This example returns Len.
@Left("Lennard Wallace";3)
2. This example returns Lennard Wal if the string in the Contact field is Lennard Wallace.
@Left(Contact;"la")
3. This example returns Tim if the string in the Author field is Timothy Altman.
@Left(Author;3)
4. This example returns Timothy if the string in the Author field is Timothy Altman.
@Left(Author;" ")
5. This example returns L and W in a list.
@Left("Lennard" : "Wallace"; 1)
See Also
@Left
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary