SUBTLE LINPUT ERROR.

This is the starting place for reporting bugs to the team. We will pass bug reports on to the developers after validating the reports.

You can report bugs in hardware, operating system (KERNAL or BASIC ROMs), the emulator, or the Demo library. For bugs specific to downloaded programs, use the download forum.
Post Reply
User avatar
ahenry3068
Posts: 990
Joined: Tue Apr 04, 2023 9:57 pm

SUBTLE LINPUT ERROR.

Post by ahenry3068 »

I'm using LINPUT on the console for a short helper program to build my Word file for Hangman. I'm using it to get a short Clue phrase. At vastly sporadic intervals, its crashing the program with a ?STRING TO LONG error. I'm not inputting more than 40 characters into it. And the crash is extremely RANDOM.
Last edited by ahenry3068 on Thu Oct 12, 2023 10:27 pm, edited 1 time in total.
User avatar
ahenry3068
Posts: 990
Joined: Tue Apr 04, 2023 9:57 pm

Re: SUBTLE LINPUT ERROR.

Post by ahenry3068 »

Getting the Same Error intermittently when using LINPUT#LFN. And I've looked at my files in a HEX Editor. They are all $0D terminated and the string is much less than a MAXSTRING. Input#LFN seems to do what I need it to anyway. It gets the entire $0D terminated string, So I can just use INPUT.
Post Reply