Concept Framework 1.0 documentation Contents | Index

standard.C.string.strtok

Name Version Deprecated
strtok version 1.0 no

Prototype:
string strtok(string strToken, string strDelimit);

Parameters:
strToken      String containing token or tokens.
strDelimit      Set of delimiter characters.

Description:
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.

Returns:
Returns a string starting from the next token in the string. Returns an empty string if no more tokens are found.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software