RestToken()
Restore global token environment
Syntax
RestToken( <cStaticTokenEnvironment> ) -> cOldStaticEnvironment
Arguments
<cStaticTokenEnvironment> a binary string encoding a token environment
Returns
<cOldStaticEnvironment> a string encoding the old global token environment
Description
The RESTTOKEN() function restores the global token environment to the one encoded in <cStaticTokenEnvironment>. This can either be the return value of SAVETOKEN() or the value stored in the 4th parameter in a TOKENINIT() call.
Compliance
RestToken() is compatible with CT3’s RestToken(),
Platforms
All
Files
Source is token2.c, library is libct.
Seealso
TOKENINIT(), TOKENEXIT(), TOKENNEXT(), TOKENNUM(), TOKENAT(), SAVETOKEN(), TOKENEND()
Pingback: Harbour String Functions | Viva Clipper !
Pingback: Harbour All Functions – R | Viva Clipper !