[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AppleSoft Programming Examples?
To: Michael J. Mahon
On Fri, 31 Aug 2007 16:14:51 -0700, Michael J. Mahon wrote:
> Jeff Blakeney wrote:
>>
>> I used to put titles at the top of my Applesoft routines by typing a
>> line number, space, REM, CTRL-J, CTRL-J, the title, CTRL-J, CTRL-J.
>> When listed, you get the effect of two blank lines, the title and two
>> blank lines so it really stands out. :-)
>
> Early on, probably as a result of typing programs in from listings,
> I decided to completely refrain from ever using control characters
> in programs. The only way they appear in my programs is as CHR$(xx).
Those CTRL-J's were the only control characters I ever typed directly.
All others were done with CHR$ as in PRINT CHR$(4);"OPEN FILE". I never
put a CTRL-D in the quotes because if I edited the line, passing the
cursor over it would lose the control character. I didn't edit my
routine header lines so the CTRL-J's weren't a problem. :-)
--- Synchronet 3.14a-Win32 NewsLink 1.85
A2Central.com - Your total source for Apple II computing.