Error "Expected a label", Windows, If...then
Boom
Posts: 2
I've got a problem.
If I try a If...then on windows it gives me
a error: expected a label.
On Mac the same code works fine.
Whats the matter?
If I try a If...then on windows it gives me
a error: expected a label.
On Mac the same code works fine.
Whats the matter?
Comments
I have to set in the beginning of the programm:
' {$PBASIC 2.5}
Then it works.