Project

General

Profile

Bug #639

Print Using is no longer working properly.

Added by Brian Flanagan about 3 years ago. Updated about 3 years ago.

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
#1

Updated by Brian Flanagan about 3 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).

#2

Updated by Brian Flanagan about 3 years ago

  • Priority changed from Normal to Low

Also available in: Atom PDF