CAS 6


replacestring
- Text

Summary

Find and replace character string in text field.

Description

NOTE: Strings need not be the same length unless the replacement characters are a field.

Examples

replacestring DELQ '111' '369'  
replacestring DELQ '111' '23'  
replacestring DELQ '999' '2345' 
replacestring FIELD '999' TEXTFIELD 

Syntax

replacestring FieldName SeachForString ReplaceWith

Right Arguments

Name Data Type Input Type Description Optional Default
FieldName Text Field, Constant Raw data No
SeachForString Text Field, Constant Characters to be replaced No
ReplaceWith Text Field, Constant Characters to replace them with No

Result

Type: Text

Modified data



Build 6.0.624