xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

TokenExit()

Releases memory resources of the global tokenizer environment.

Syntax

TokenExit() --> lSuccess

Return

TokenExit() must be executed when TokenInit() is called without a fourth parameter. The function returns .T. (true) when the memory resources of the global tokenizer environment are successfully released, otherwise .F. (false) is returned.

Info

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


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