Open hkramer70 opened 1 month ago
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.