You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a look into the PARSE.BAS file and, compared with my 11.parse prg file on the M65, the RGRAPHIC command is not part of that code. So it couldn't be found by the compiler ... if I do understand that code correctly.
Maybe a newer version has fixed that issue already...?!
Test Environment (required)
Describe the bug
Compiling my source code (press F5) ends up in a error message "?unresolved identifier: rgraphic in line 42".
Line 42 is:
if rgraphic(0,1)=0 then tw=319: else tw=639
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The command basic RGRAPHIC should not cause a compile error.
The text was updated successfully, but these errors were encountered: