Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A Question on memory set aside for Zero
#7
It occurred to me, when reading it again, you say it's supposed to be stored as a two-dimensional array. So if you use the binary approach:

Code: (Select All)

Dim Arr(1 To 50, 0 To 44) As Single
ff = FreeFile
Open "DataFile" For Binary As ff
Get ff, , Arr()
Close ff

Screen 13
For x = 1 To 50
    For y = 0 To 44
        PSet (x, y) 'just example...
Next y, x


Reply


Messages In This Thread
RE: A Question on memory set aside for Zero - by Petr - 11-30-2024, 05:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  _Putimage Question. Pete 11 724 01-04-2026, 09:33 PM
Last Post: Pete
  Nice simple, I hope, question Mad Axeman 4 363 12-20-2025, 09:28 PM
Last Post: SMcNeill
  NewBie Question niteflyer 2 349 11-06-2025, 07:11 PM
Last Post: Petr
  A Question About _MAPTRIANGLE Magdha 2 391 11-02-2025, 11:37 AM
Last Post: Magdha
  '$include: 'file.tmr' Timing Question pmackay 2 445 10-16-2025, 12:20 PM
Last Post: a740g

Forum Jump:


Users browsing this thread: 1 Guest(s)