README.md
December 5, 2022 ยท View on GitHub
Description
Allows a programmer to manipulate a string of tokens such as: "Jane;Paul;Harry" or "Name:Paul;Age:21;Gender:M". Note that this routine allows for individual tokens or for tokens that have a key attached. Tokens can then be retrieved by position or key.
More Info
Optional : Set the Token Delimiter.
Mandatory: Set the Token List.
This class uses a collection to store the token elements and also allows the user to programmer to add additional tokens to the list.
| Submitted On | 2000-12-08 00:43:18 |
| By | David L. Collison |
| Level | Intermediate |
| User Rating | 4.0 (8 globes from 2 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | String Manipulation |
| World | Visual Basic |
| Archive File | CODE_UPLOAD124571282000.zip |