VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Token Parser

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.

Rate Token Parser

Download Token Parser

Download Token Parser (3 KB)

Token Parser Comments

No comments have been posted about Token Parser. Why not be the first to post a comment about Token Parser.

Post your comment

Subject:
Message:
0/1000 characters