FORMULA LANGUAGE


Examples: @MiddleBack
1. This example returns Alt if the content of the Author field is Timothy Altman.
2. This example returns an empty string if the content of the Author field is any string with no spaces, for example “Smith.”
3. This example returns" from right to left" with a space before "from."
4. This example returns "searches the string ."
5. This example returns " is the " with spaces before and after "is the." The return string is everything from the fifth to the last character through the character after "This."
6. This example returns " the " with spaces before and after "the." The return string is everything before "text" and after "is."
See Also