[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NumToken()
Returns the word number into a string
Syntax:
NumToken( cString [, cSepara] ) -> nWords
cString : The string to treat
cSepara : A string with valid word separatos. By default
,;:. ?..!()&/*+-%[]{}"
Description:
Treats a string as if it were a phrase determinig the word number
it owns. May be very usefull to sintactic analizers generation,
pseudo-compilers...
Return:
The word number.
Example:
? NumToken ( "Fast Library For Clipper" )
See Also:
aToken()
Token()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson