xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

TokenSep()

Retrieves the separating characters of a token.

Syntax

TokenSep( [<lRightSeparator>] ) --> cSeparator

Arguments

<lRightSeparator>
This parameter defaults to .F. (false) causing the function to return the separator on the left side of the current token. When .T. (true) is passed, the function returns the right separaor.

Return

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().

Info

See also:Token()
Category: CT:String manipulation , Character functions , Token functions
Source:ct\token1.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe