VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Stack Class

Brian Zablocky  (4 Submissions)   Data Structures   VB Script   Advanced   Wed 3rd February 2021

This is a class module that provides a LIFO stack for parsers et al. Pretty well commented and comes with a test project to demonstrate it.

Assumes
This is a class module. You will need to add the class to your project and declare it before using it. There is no interface to the actual class.

Side Effects
Data is stored in variants, so you should do some checking on values that you read from the stack to make sure they are the values you want.

Rate Stack Class (6(6 Vote))

Download Stack Class

Stack Class Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters