<-- Previous || Up || Next -->

Declarations Section
List Class

List Data Structure
Copyright 1998 Entisoft

Summary: The List is a data structure that stores Values. It can store multiple copies of the same Value.
Examples: Since this Class represents a data structure, you must DIMension a instance of this Class for each List you would like to create. The following line of Visual Basic code will create a List:
     Public lstTemp As New List
Please Note: None of the examples will execute within the Debug or Immediate window because those windows do not support the definition of variables. To run these examples, you must place the code within a Function or Subroutine.
See also:
    SymbolTable Class
    HashTable Class
    UsingTheDataStructuresHelp Topic
Using this Class in Your Projects: Please see the UsingTheDataStructuresHelp Topic for important details about the data structure Classes such as this one within your projects.
v1.3 Changes: 1. This Class has been fixed to support the storage and retrieveal of Object and DataObject type Values (variables with a datatype of vbObject and vbDataObject). See the other BugFix notes within this Class for a list of the individual Functions and Subroutines that are affected by this change. 2. New Name and Tag Properties allow you to associate a Name and some other arbitraty data with each instance of a List.
v2.0 Changes: 1. Changed a few of the arguments so that they can no longer be Null or non-numeric. They are still Optional though, so they can be missing. See the Functions below for the details of this change. 2. Embedded a local copy of an Entisoft Tools routine within this Class so that this Class is no longer dependent upon routines in any of the other Entisoft Tools Classes.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.