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