MivaScript Builtin Function, Miva Merchant 9+
gettoken( delimited_string, characters, position_num )
<mvt:assign name="g.return_value" value="gettoken( delimited_string, characters, position_num )" />
Returns the nth number token (i.e. substring) of a delimited_string using characters as token separators. A null string is returned if there is no nth token. Common delimiter characters are comma, tab, linefeeds, pipe but are not limited to these.
delimited_string
A string delimited by a character or characters
characters
the delimiter character or characters
position_num
the position of the substring you want to return