VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Token Parser

David L. Collison  (1 Submission)   String Manipulation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

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 (2(2 Vote))

Download Token Parser

Token Parser Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters