home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / feb94 / bt_fig11.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  35.7 KB  |  983x815  |  1-bit (2 colors)
   ocr: Data Type Description DynArrays DynArrays can contain a variable number of objects (data types) a and no special method calls are required toa add additional elements. Ina addition, the alpha- numeric index value makes your code clear and the contents of each element easy to remember. For example, ifyou copy a record from a table etoa a DynArray the index values will be the field names. Finally, DynArrays are easy to use. Just declare a single user-defined type for a DynArray of type AnyType then declare as many Arrays of that type as youneed. Resizable Arrays Resizable Arraysuse a numerc inde ...