FORMULA LANGUAGE
Examples: @MiddleBack
1. This example returns Alt if the content of the Author field is Timothy Altman.
@MiddleBack(Author;" ";3)
2. This example returns a blank if the content of the Author field is any string with no spaces, for example “Smith.”
@MiddleBack(Author;" ";3)
3. This example returns: from right to left.
@MiddleBack("Middleback searches the string from right to left"; "ing";25)
4. This example returns: searches the string.
@MiddleBack("@MiddleBack searches the string from right to left"; "from"; -20)
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."
@MiddleBack("This is the text"; 4; "This")
6. This example returns space, "the," space. The return string is everything before "text" and after "is."
@MiddleBack("This is the text"; "text"; "is")
See Also
@MiddleBack
Glossary
Feedback on Help?
Help on Help
Open Full Help Window
Glossary
Feedback on Help?
Help on Help
Open Full Help Window