Search Tools Links Login

DictionaryTree


Visual Basic 6, or VB Classic

Allows you to store data using a self describing method, much like XML minus Attributes. Ex:
Dim AddressBook As VCollection
AddressBook!Coworkers!John!Phone = "201-345-3456"
That's the basics... Check out the module VShared, and you'll find a test procedure that will demonstrate some pretty cool hidden, yet inherant features.

Original Author: Stephen Goguen

Assumptions

If you want to understand this code, learn about default parameterized properties, overloading (this sort of emulates overloading), and prepare to run through lots of scenerios.

Side Effects

Beware, this code throws no errors, for those who like to catch errors. For the most part I beleive that errors are a good way of notifying the user unless it makes them right more code than they have to. It's a philosophy I picked up from some EE friends. If you don't like it, change some of my code to throw errors, or you can convince me. I'm actually pretty open minded...
NOTE: This code uses Collection objects, which may not be the most efficient tool for the job, but to keep things readable and minimal it does the job well.

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 94 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD1219711302000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 4,732 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.