Board index » delphi » Dynamic Array Size (2)
Francisco A. Ocan~a Lara
![]() Delphi Developer |
Mon, 07 Dec 1998 03:00:00 GMT
Dynamic Array Size (2)I'm sorry I have an error in my message: Date: Thu, 20 Jun 1996 18:26:36 +0200 (MET DST) - Using an "array" structure based on the heap memory: { dato = type of the element of the "array" structure } puntero = ^nodo; { please, correct! } nodo = record { please, add! } tindex = { e.g } byte; {type of index} narray = record Next, you wold have to design routines to handle this array ........ Francisco Antonio Ocan~a Lara |