I'm using Kixtart to parse some XML files. Since these files have no EOL characters, READLINE() absorbs the whole file in one read. Once my XML files grow larger than 32KB, I'll be in trouble.

It would be great to be able to read/write bytes or characters to/from a file as already suggested in regard to "binary I/O". Handling large files will require a different reading mechanism, one that doesn't read the whole file into memory at once.

Regards,
Ed