I'm getting syntax errors while I compile the following:
for i = 1 to 8
print #1 Load_EEP$(i)
next
[/font][/color]
but this works:
for i = 1 to 8
A$ = Load_EEP$(i)
print #1 A$
next
[/font][/color]
I think that your syntax checker for the Print #n statement has some type checking issues.
I've attached a screen shot showing the error messages
Best regards,
Gary D.