FORMULA LANGUAGE
Examples: @ReplaceSubstring
1. This example returns "I hate apples".
@ReplaceSubstring( "I like apples" ; "like" ; "hate" )
2. This example returns "I hate peaches".
@ReplaceSubstring( "I like apples" ; "like" : "apples" ; "hate" : "peaches")
3. This example replaces all carriage returns in the Description field's text with blank spaces.
@ReplaceSubString(Description;@Newline;" ")
See Also
@ReplaceSubstring
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary