Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
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.
Hi, Dwight. I don't have FastBasic, so, I entered your code in QuickBASIC 4.5. It ran fine in QuickBASIC, and then I compiled it, and it ran fine compiled. No errors reported at any time.
#1 above is the culprit. I downloaded firstbasic and tried a similar line using
input "enter name ",name$
when i tried to run it , got syntax error -- so changed it to nam$ and it ran fine.