I think our posts crossed, if you abort the close the new behaviour still completely clears the file table. You don't get a second chance.
zippy - yet another serial fastloader
Moderator: Moderators
Re: zippy - yet another serial fastloader
- Mike
- Herr VC
- Posts: 5134
- Joined: Wed Dec 01, 2004 1:57 pm
- Location: Munich, Germany
- Occupation: electrical engineer
Re: zippy - yet another serial fastloader
That's why I asked you to take my post one further up into consideration.srowe wrote:I think our posts crossed, [...]

With your implementation, yes. It's an equally valid approach to handle the situation, yet still needs to be documented (TBH - seeing that prompt to press record upon CLR/RUN/edit has a good potential to surprise people).[...] if you abort the close the new behaviour still completely clears the file table. You don't get a second chance.
Re: zippy - yet another serial fastloader
OK, I've gone with your suggestion and terminate the loop if there's an error, it keeps the code simple. I would expect the new option to be used within an application rather than with BASIC, otherwise the change in behaviour is going to cause confusion as you note.Mike wrote: ↑Sun Oct 13, 2024 9:44 amWith your implementation, yes. It's an equally valid approach to handle the situation, yet still needs to be documented (TBH - seeing that prompt to press record upon CLR/RUN/edit has a good potential to surprise people).srowe wrote:[...] if you abort the close the new behaviour still completely clears the file table. You don't get a second chance.