README.md

December 4, 2022 ยท View on GitHub

Simulated Stack Class

Description

This class was created for the main purposes of having a controlled "stack" (like the stack, or memory heap in a computer). It will let you push items onto the stack, pop them off, and retrieve the number of items on the stack, and more. I'm pretty much a beginner here, so tell me what you think.

More Info

Just declare a Stack object, and you can Push and Pop values to/from the stack.

Remember to use "set x = new Stack" and "set x = nothing" in the appropriate places.

None that I'm aware of; If you do not set the ErrUnderrun flag, VB will throw an exception if you pop an item from the stack when it's empty.

Submitted On2003-02-17 01:48:24
ByTheMouse
LevelIntermediate
User Rating4.8 (24 globes from 5 users)
CompatibilityVB 6.0
CategoryString Manipulation
WorldVisual Basic
Archive FileSimulated_1545762172003.zip