README.md

December 5, 2022 ยท View on GitHub

Advanced Token Functions

Description

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!

More Info

Submitted On2006-11-17 07:40:02
ByJason Newland
LevelIntermediate
User Rating5.0 (25 globes from 5 users)
CompatibilityVB 6.0
CategoryLibraries
WorldVisual Basic
Archive FileAdvanced_T20314611172006.zip

API Declarations

See code