StrPart

StrPart [/S] <var> <text> <delim> <index>

Splits the string <text> with delimeter <delim> and return part of index <index>, starting with 1. If <index> is more then count of splitted parts, empty string is returned and %ERROR% set to 1. If no delimeters were found, the whole string is returned and %ERROR% set to 1

Switches

/SCase-sensitive search.