Maybe a stupid question and i almost know i did it myself a long time ago,
how can you read binary files inside msx basic ?
Normally you would use:
open "filename" for input as #1
var = input$(1,#1)
close #1
But this will go wrong if the binary file has characters inside it which will corrupt the file handler.
In qbasic you can use : open "filename" for binary as #1 but this doesn't work within msx basic
Has anyone has an idea ?
Cheers,
Tjeerd.
Login or register to post comments