This activity replaces a portion of the input string. The portion replaced is determined by the specified starting position and length.
INPUT Parameters:
STRINGIN: Required
This parameter specifies the string from which the substring is to be extracted.
START: Required
This parameter specifies the starting position in the source string of the characters that are to be replaced.
LENGTH: Required
This parameter specifies the number of source characters to be replaced.
STRINGNEW: Optional
This parameter specifies the string that is to replace the specified position in the source string. The length does not have to match the number of source characters that are being replaced.
OUTPUT Parameters:
STRINGOUT:
Upon completion, this parameter will contain the resulting string.