Author: Anssi SaariAnssi Saari
Date: Dec 26, 2008 12:07
David Murray yahoo.com> writes:
>> I don't know how to cram that to one line, though, I'm four characters
>> over...
>
> Have you tried using BASIC abbreviations? For example, using ?
> instead of PRINT, etc.. That will usually allow you to make lines in
> BASIC that are longer than normally allotted.
Yes, I used those but it's not enough. The line as is on the web page
is 99 characters with a line number and all spaces removed, 84 with
abbreviations like below. I used small characters to indicate the
abbreviation:
1FoN=1TO65000:F=0:FoJ=2TON-1:F=F+((N-J*INT(N/J))=0):Ne:X=-(F=0):?Ri(STr(X*N),6*X):Ne
Maybe there's something extra in there still, I just don't know what...
|