Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - strtoken() returns a token from a string http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 StrToken()             Returns a token from a string
--------------------------------------------------------------------------------

   Syntax:              StrToken( <cText>, <nOcurrence> [,<cSepChar>] )
                                        --> <cToken>

   Parameters:

   <cText>              The text from where we want to extract a
                        token.

   <nOcurrence>         The numeric ocurrence of the token inside
                        <cText>.

   <cSepChar>           The character that separates the tokens.
                        By default it is a space (" ").

   Returns:

   <cToken>             The token we want to retrieve.

   Sample:              SAMPLES\\DbfBuild.prg

   Source code:         SOURCE\\FUNCTION\\StrToken.c


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson