Date : Tue, 10 Nov 2009 00:00:20 -0800 (PST)
From : flynnjs@... (Jason Flynn G7OCD)
Subject: Basic6809 1.00
--- On Tue, 10/11/09, Rick Murray <rick@...> wrote:
> ???*Save Blah 8000 8001
> is the command to save an empty file!
The problem arises with the corner case.
If you use the first byte/last byte notation
in inclusive mode there's no way to save a zero
byte file. e.g.
*save foo 8000 8000
gives you 1 byte.
However, exclusive notation that leads to a zero
byte file, although in my eyes it is a lot less
readable.