Ignore:
Timestamp:
Nov 3, 2023, 11:15:31 AM (7 months ago)
Author:
chronos
Message:
  • Fixed: Show data content of storage file.
Location:
branches/ByteArray
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ByteArray

    • Property svn:ignore
      •  

        old new  
        66ByteArray.res
        77ByteArray.dbg
         8Storage.dat
  • branches/ByteArray/Devices/Memory.pas

    r50 r51  
    7171begin
    7272  Result := Read(Position, ASize);
     73  Inc(Position, ASize);
    7374end;
    7475
     
    8788begin
    8889  Write(Position, ASize, Value);
     90  Inc(Position, ASize);
    8991end;
    9092
Note: See TracChangeset for help on using the changeset viewer.