Actions
Bug #639
openPrint Using is no longer working properly.
Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
01/27/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
Example:
_cols=40 : _rows=20
Locate 0,0 : Print "0123456789"
Locate 0,1 : Print Using "#### ";_cols;_rows
Locate 0,2 : Print Using "#### ";_cols,_rows
Result:
0123456789
40 20
40 20
Result SHOULD be:
0123456789
40 20
40 20
Actions