So, I keep having this problem where I edit a line example: Line$ = “” When I exit out of the editor and run the program it reverts back to: Line $ = “” throwing an argument count error
Is there a fix for this?
So, I keep having this problem where I edit a line example: Line$ = “” When I exit out of the editor and run the program it reverts back to: Line $ = “” throwing an argument count error
Is there a fix for this?
You can’t have a variable name the same as a BASIC keyword.
Speedy response thank you