Actions
Bug #759
openScreen Clone isn't working. (It used to.)
Start date:
05/27/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
After Screen Clone S is run, an attempt to use Screen Display on screen S fails.
For example:
#displayWidth: 320
#displayHeight: 200
Screen Open 0,320,200,4,Lowres
Flash Off
Screen Display 0,,70,,
For S=1 To 7
Screen Clone S
Screen Display S,,S*48+70,,
Next S
Print "Start typing> ";
Do
A$=Inkey$
If A$<>"" Then Print A$;
Loop
Result is:
Screen not opened at line: 9, column: 5 in file main.aoz.
(Also the column number in the error message is incorrect.
The screen number in issue is at column 17 on line 9.)
Actions