Re: Dynamic Array


[ Follow Ups ] [ BasicCard User Forum ]

Posted by zeitcontrol (145.254.162.70) on August 08, 2003 at 04:08:31:

In Reply to: Dynamic Array posted by xavier on August 01, 2003 at 04:00:52:

Hello Xavier,

this is a known behaviour, it is not a bug. If you need to keep your content when ReDim you must save existing data (e.g. in another array) before using ReDim, and restore old values following ReDim.

Maybe it is a better choice for you to store the data within a file. In opposition to arrays you can extend a file at any time without loosing existing data.

Michael Petig
ZeitControl cardsystems GmbH


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]