README.md
December 5, 2022 ยท View on GitHub
Description
(Minor Update to 1.0.1) Well, this is my first PSC submission, so yay.
These two classes simply implement nice, neat little stacks: CStringStack and CLongStack.
I've found that these things can be invaluable in a variety of tasks. I actually wrote the string stack originally to maintain a call stack for a scripting language.
They are VERY easy to modify to accept any given data format. One thing I forgot to do was create a Variant-based stack, although if enough people request one, I'll knock it together and upload it for completeness.
Update: I changed some of the documentation (and added a readme) to clear up some problems people had been having.
More Info
RTFM || Read The F... Flipping Manual. ;)
| Submitted On | 2002-07-05 14:44:36 |
| By | Daniel Keep |
| Level | Intermediate |
| User Rating | 5.0 (15 globes from 3 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Libraries |
| World | Visual Basic |
| Archive File | Quick'n'Ea102627752002.zip |