|
View Message | Back to Messages |
Peter Swinkels Sat Oct 5 2024 at 12:17 pm Some more tests:
This way no crashes when reading just one byte:
10 OPEN "CLOCK$" FOR RANDOM AS 1 LEN = 1
20 FIELD #1, 1 AS B$
30 GET #1
40 CLOSE 1
Weird... Must have to with the file access method.
|
|