CodeBase - How to write / save and read / load arrays
Return to the CodeBase listing
Category: File
Version: 1.054
Information
Uploaded: 9th Apr 2009 01:44
Modified: 1st Jan 1970 01:00
Author: BadMonkey91
Summary
This code is an example on how to simply save and load arrays in DBPro. Older versions of DBPro may not support the Save array and Load array command, so make sure your version is the newest.
Full Description
Explanation of how to use example code:<br /> 1.) Run the first half of the code labelled "Save arrays"<br /> 2.) rem out the first half of the code and un-rem the second half, labelled "Load arrays"<br /> 3.) Run the second half of the code<br /> <br /> *You have to run the code sepretly to actually load the arrays. If you run the whole thing at once, the arrays will already have been in memory.<br /> <br /> <br /> Further notes:<br /> The save array and load array commands save all dimensions/elements of the array, so there is no need to save each individual dimension/element, only the highest level of the array.
Comments
No comments yet.