xHarbour Reference Documentation > Function Reference |
Retrieves the separating characters of a token.
TokenSep( [<lRightSeparator>] ) --> cSeparator
The function returns the left or right delimiting character of a token retrieved with function function Token(). It cannot be used with a tokenizer environment initialized with TokenInit().
Note: the function exists for compatibility reasons. It is superseeded by the 5th and 6th reference parameters of function Token().
See also: | Token() |
Category: | CT:String manipulation , Character functions , Token functions |
Source: | ct\token1.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com