VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Advanced Token Functions

Jason Newland  (8 Submissions)   Libraries   Intermediate   Wed 3rd February 2021

From time to time when using VB one needs a Token identifier of some description to do simple string manipulation without the need to do big loops and InStr. There are 8 total token functions within the module AddTok, DelTok, PutTok, RepTok, InsTok, GetTok, IsTok and FindTok.
Hope this has proved useful for someone and I wrote it over 6 months ago as the sources on the net i found for GetTok just did not provide the functionality of string manipulation that I required. A good use for this module would be in an IRC client or such other chat program (or anything for that matter) for parsing and splitting the incoming socket data.
:) have fun!

API Declarations
See code

Rate Advanced Token Functions (6(6 Vote))

Download Advanced Token Functions

Advanced Token Functions Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters