<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Tokenizer |
Description
This module provides support for string tokenizing.
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "TOKENIZER"
This directive will load the module and add the following new keywords and relevant module equates.
Dual usage
Tokenizer module implements a dual usage:
1.procedural (using Tokenizer_* functions)
2.via cTokenizer Module class