[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Applesoft Basic IDE
- Subject: Re: Applesoft Basic IDE
- From: "Peter Watson" <paw77@N_O_hotmail_S_P_A_M.com>
- Date: Wed, 08 Oct 2003 16:11:55 GMT
- Newsgroups: comp.sys.apple2
- Organization: BigPond Internet Services
- References: <blspup$fq5$1@acme.gcfn.org> <20031006215907.13613.00000320@mb-m22.aol.com> <blufk0$q5o$1@acme.gcfn.org>
- Xref: archiver1.google.com comp.sys.apple2:183
> I never used those, either...I thought embedding control characters was a
> bit sloppy and/or lazy. All those MicroSPARC programs that had that
line...
>
> nn D$ = "" : REM THERE IS A CONTROL-D IN THERE
>
> seemed like it was counter-productive...why not just use...
>
> nn D$ = CHR$(4)