Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
strtok | version 1.0 | no |
string strtok(string strToken, string strDelimit); |
strToken | String containing token or tokens. |
strDelimit | Set of delimiter characters. |
Find the next token in a string. The strtok function finds the next token in strToken. The set of characters in strDelimit specifies possible delimiters of the token to be found in strToken on the current call. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |