Extract part of a field—using Contains() and IF THEN statement Extract text from a file name—using FindString() and Substring() Additionally, this discussion thread shows how Substring() can be used to get the text when it is always in the same position in a field and how to make...
The GetStringField function returns a struct that lets you extract text values from an incoming record. This function only returns correctly if the field type of the named field is 'String', 'WString', 'V_String', or 'V_WString'. If the field does not exist or is the incorrect type,...