compiler
Posted: Sun Jun 25, 2006 9:43 pm
I get a complier error with Firstbas and et I see nothing wrong with the programming. The error I get is error 447: syntax error.
The error arrives at the section in bold. Any help would be great.
PRINT #1, , , , "ABS BRAKES"
PRINT #1, ""
INPUT "Enter Name: ", Name$ 'Read entries from keyboard.
INPUT "Enter Date: ", Dat$
INPUT "Enter Location: ", Location$
PRINT #1, Name$
PRINT #1, Dat$
PRINT #1, Location$
PRINT #1,
The error arrives at the section in bold. Any help would be great.
PRINT #1, , , , "ABS BRAKES"
PRINT #1, ""
INPUT "Enter Name: ", Name$ 'Read entries from keyboard.
INPUT "Enter Date: ", Dat$
INPUT "Enter Location: ", Location$
PRINT #1, Name$
PRINT #1, Dat$
PRINT #1, Location$
PRINT #1,