Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>token()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Token()

         Returns a string word given a delimiter and occurrence

    Syntax:

         Token( cString, [cSepara], [nWord] ) -> cWord

         cString : The string to treat
         cSepara : A string with valid word separators. By default
                   ,;:. ?..!()&/*+-%[]{}"
         nWord   : The word number to return. By default 1.

    Description:

         Treats a string as if it were a phrase determinig a specified
         word intervening its position inside the same.

    Return:

         The specified word or "" if the word number is higher to the
         maximun number of words in the phrase.

    Example:

         ? Token ( "Fast Library For Clipper", , 2 )    // "Library"

See Also: aToken() NumToken()

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