Tokenizes <string> by a single delimiter string. doesn't treat the delimiter string as a series of characters, but as a string
Example:
my_string_array = StrTok2( "my_string foo; my_string_2", "foo; " )
* = mandatory