README.md

December 5, 2022 ยท View on GitHub

Token Parser

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 On2000-12-08 00:43:18
ByDavid L. Collison
LevelIntermediate
User Rating4.0 (8 globes from 2 users)
CompatibilityVB 5.0, VB 6.0
CategoryString Manipulation
WorldVisual Basic
Archive FileCODE_UPLOAD124571282000.zip