From: cbmnut_at_hushmail.com
Date: 2002-07-13 09:54:41
On Sat, 13 Jul 2002 05:11:11 +0200, cc65_at_musoftware.de wrote: >I've been staring myself blind on this, and I can't figure out what's >wrong with it. > Try sonmething simple, like the equivalent of: 10 OPEN 15,8,15 20 OPEN 5,8,5,"#" 30 PRINT#15,"B-R:" 5;0;18;2 40 B$="" 50 FOR L=0 TO 255 60 GET#5,A$ 70 IF ST = 0 THEN B$=B$+A$:NEXT L 80 PRINT "FINISHED" 90 CLOSE 5:CLOSE 15 Communicate in total privacy. Get your free encrypted email at https://www.hushmail.com/?l=2 Looking for a good deal on a domain name? http://www.hush.com/partners/offers.cgi?id=domainpeople ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-07-13 09:55:14 CEST