| 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: Tue Oct 18 20:10:37 2011 GMT | (c)2011 RadGs Software |