Using Sequential Files

When PB/CC opens a file for APPEND, it does not adjust the file pointer to overwrite any existing CHR$(26) character (end of file mark, $EOF).  Instead, it places new data at the "true" end of the file.  PB/DOS overwrites the CHR$(26) marker.

 

See Also

Upgrading To PBCC

Using Binary Files

Using Random Access Files

Files

Random Access Files

Binary Files