FORMULA LANGUAGE


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