xHarbour Reference Documentation > Function Reference |
Restores the global environment of the incremental tokenizer.
RestToken( <cSavedTokenEnv> ) --> cNullString
The function assigns a previously saved tokenizer environment to the global tokenizer environment and returns a null string ("").
Note: the tokenizer environment must be saved at runtime. It is not possible to restore the environment from a file.
See also: | SaveToken(), TokenInit(), TokenNext() |
Category: | CT:String manipulation , Character functions , Token functions |
Source: | ct\token2.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com