[Coco] RANDOM ACCESS FILES IN DISK BASIC

Allen Huffman alsplace at pobox.com
Wed Jan 25 21:28:36 EST 2023


> On Jan 25, 2023, at 8:26 PM, coco--- via Coco <coco at maltedmedia.com> wrote:
> 
> I copied your HEXDUMP.BAS program from www.subethasoftware.com <http://www.subethasoftware.com/>
> however when I ran it I got ?IE ERROR IN 70
> 
> Any Ideas what could be wrong I have double checked my code against yours it seems to be line by line identical.


A guess:

Make sure the filename you enter matches … like, if you type just “FILE” it will look for “FILE.DAT”. If it doesn’t exist, it will make a new file and then any GET would get the ?IE (input past end of file) error.

		— Allen


More information about the Coco mailing list