Project

General

Profile

Actions

Bug #639

open

Print Using is no longer working properly.

Added by Brian Flanagan over 3 years ago. Updated over 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
Actions #1

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

Actions #2

Updated by Brian Flanagan over 3 years ago

  • Priority changed from Normal to Low
Actions

Also available in: Atom PDF