QB / QB64 Discussion Forum      Other Subforums, Links and Downloads
 Return to Index  

errr...

June 10 2002 at 6:13 PM
JP_Doom  (no login)


Response to Due date is the Queen's date of June 13, 2002

open "data.txt" for output as #1
for i&=0 to 1048575
a$=hex$(peek(i))
print a$;
print #1,a$;
next




*shrugs*

 
 Respond to this message   
Responses