SUBSTRING
This activity extracts a portion of the input string. The portion extracted 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 from which to extract the substring.
LENGTH : Required
This parameter specifies the length of substring to be extracted.
OUTPUT Parameters:
STRINGOUT :
Upon completion, this parameter will contain the extracted substring.