Does anyone know what I need to do to BlockRead a file that's currently open? Normal Read(Ln) doesn't seem to care, but BlockRead gives me an error 32.
All part of a process to convert a Pascal program into pure assembler, which has
now reached the stage where all code is actually in-line assembler, making the
program rather a lot smaller, and about three times as fast. ;)
On Monday, April 10, 2017 at 8:36:08 AM UTC-5, Robert Prins wrote:
All part of a process to convert a Pascal program into pure assembler, which has
now reached the stage where all code is actually in-line assembler, making the
program rather a lot smaller, and about three times as fast. ;)
This feels an awful lot like a question you could answer yourself. In fact, I'll bet you already have...
Does anyone know what I need to do to BlockRead a file that's currently open? Normal Read(Ln) doesn't seem to care, but BlockRead gives me an error 32.
On 2017-04-10, Robert Prins <robert@prino.org> wrote:
Does anyone know what I need to do to BlockRead a file that's currently open?
Normal Read(Ln) doesn't seem to care, but BlockRead gives me an error 32.
Aren't untyped file access being read/write by default? Try to
fiddle with filemode to try to make it readonly.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 485 |
Nodes: | 16 (3 / 13) |
Uptime: | 130:32:01 |
Calls: | 9,655 |
Calls today: | 3 |
Files: | 13,705 |
Messages: | 6,166,483 |