by David L. Collison (1 Submission)
Category: String Manipulation
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
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.
Inputs
Optional : Set the Token Delimiter.
Mandatory: Set the Token List.
Assumes
This class uses a collection to store the token elements and also allows the user to programmer to add additional tokens to the list.
Download Token Parser (3 KB)