DIM Argument count error (Resolved)

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.

1 Like

Speedy response :slight_smile: thank you