FB II Compiler
PG PRO
Debugging
Memory
System
Mathematics
Resources
Disk I/O
Windows
Controls
Menus
Mouse
Keyboard
Text
Fonts
Drawing
Sound
Clipboard
Printing
Communication
ASM
Whenever I want to be able to set the file mark to an arbitrary position, I first open the file with a record size of 1, e.g.:
OPEN "I" #1, filename$, 1, vRefNum% Then I just use the RECORD command to set the mark.
OPEN "I" #1, filename$, 1, vRefNum%
Rick