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
Updated by Brian Flanagan almost 4 years ago
To clarify. BOTH lines containing the 40 and 20 showing are incorrectly displaying.
On the first line, the 20 should appear under the 6.
On the second line, the 20 should appear under the 9.
This is a problem in BOTH manifests (amiga or aoz).
Updated by Brian Flanagan almost 4 years ago
- Priority changed from Normal to Low
Actions