RE: 6502 to 8501 board: IT WORKS!

From: Christopher Phillips (cphillips_at_reflectionsinteractive.com)
Date: 2002-02-19 19:17:30

> > Some thing simple like:
> >
> > 1 T1$-TI$
> > 2 FOR X=0 TO 1000: PRINT"HELLO":NEXT
> > 3 PRINT T1, TI
> 
> Are you sure the first line is ok? The only thing I get is a 
> SYNTAX ERROR.
> 
> 
> Let me know how to correct that line.

should be
1 T$=TI$
2 FOR X=0 TO 1000: PRINT"HELLO":NEXT
3 PRINT T$, TI$

(I also took the liberty of renaming t1 to t to avoid 1/I ambiguity)
-Virus scanned and cleared ok

       Message was sent through the cbm-hackers mailing list

Archive generated by hypermail 2.1.1.