README.md
December 5, 2022 ยท View on GitHub
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 On | 2006-11-17 07:40:02 |
| By | Jason Newland |
| Level | Intermediate |
| User Rating | 5.0 (25 globes from 5 users) |
| Compatibility | VB 6.0 |
| Category | Libraries |
| World | Visual Basic |
| Archive File | Advanced_T20314611172006.zip |
API Declarations
See code