> On Aug 15, 2019, at 9:09 AM, Bill Gunshannon <bill.gunshannon at hotmail.com> wrote: > > Which BASIC does that? None that I have ever used. 10 LINE INPUT A$ Run and type until it stops your typing and press Enter. You will get ?OS ERROR Basic allocates 200 bytes (CLEAR 200) by default but the input size is 249 bytes or so.