VDK Bag Collection
A VBScript development library for serious VBScript programmers
Brought to you by:
jasonely
A general purpose bucket collection that mimics most vbscript users array usage. The Bag collection will differ from the more structured collections in that it will have support for testing of items within the container including is occurrence as well as generating unique sets from the bag.
The bag collection is based on the Java bag interface as well as the C++ bucket interface
dev and testing done