The StringReplace command finds and replaces a specified string within the input string. You can define the parameters in the table below from the process command window.
Field |
Description |
---|---|
Label |
Specifies the unique label of this process command. This label allows other commands to branch to this command. The label that you type here appears in the Label column on the EC Gateway Process window. |
Disable command |
Disabling the command will allow temporary modification of the process statements. This allows for testing of the statements for error-free robustness. The command that has been disabled will not show in the script (.pfs) file. |
Destination |
The FileName or Parameter variable that receives the modified string. |
Source |
The FileName or Parameter variable that contains the string to be modified. |
Replace |
The FileName or Parameter variable that contains the section of the input string that is to be replaced. |
With |
The FileName or Parameter variable that contains the replacement string. |