| Concept Framework 1.0 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: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |