Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: majorkup
  • Content: Threads
  • Order by date
  1. majorkup

    Dynamic Array of records, Blockwrite, problem

    Hi there. I have this dynamic 2d array of records: TTerrainCell = record Index : integer; end; Terrain : array of array of TTCell; And a loading procedure: var f : file of byte; begin assignfile(f,filename); reset(f); blockread(f,Header,sizeof(TMapHeader))...

Part and Inventory Search

Back
Top