Chuck McManis wrote:
> Hi All,
>
> I
> Typed the standard
> 10 FOR I = 1 TO 10
> 20 DISP I
> 30 NEXT I
> 40 END
> Diagnostic and it works fine.
> Printer appears to work but I don't know
> how to test it.
>
Change line 20 to "20 PRINT I"
That'll do the trick.
cheers,
lance
Received on Fri Mar 19 1999 - 15:44:21 GMT
This archive was generated by hypermail 2.3.0
: Fri Oct 10 2014 - 23:32:21 BST