Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Virtual Arrays
#1
I was wondering if anyone has worked with Virtual Arrays? These are arrays which would reside on your hard drive rather than in ram or your computer memory. From what I recently read about them, they go back to an earlier time, circa 1980's, and were part of the Basic language. The worked along the lines of Files in terms that you would open and close them, use Input or Output and a number. So to declare them it would look something like this:

Dim #1, myArray(5000)
Open "myArray" for Input as #1

As I understand it, the virtual array enjoyed a random access feature and its size was only limited to the size of your hard drive or thumb drive.

And before you say it, I know if anyone responds to this enquiry you may be tipping off your age.
Reply


Messages In This Thread
Virtual Arrays - by Dimster - 12-15-2024, 01:19 PM
RE: Virtual Arrays - by bplus - 12-15-2024, 02:58 PM
RE: Virtual Arrays - by madscijr - 12-16-2024, 01:24 PM
RE: Virtual Arrays - by Dimster - 12-15-2024, 04:06 PM
RE: Virtual Arrays - by Pete - 12-16-2024, 12:14 AM
RE: Virtual Arrays - by bplus - 12-16-2024, 03:29 PM
RE: Virtual Arrays - by madscijr - Yesterday, 03:49 AM
RE: Virtual Arrays - by Dimster - 12-16-2024, 04:30 PM



Users browsing this thread: 4 Guest(s)