Project

General

Profile

Bug #642

Commas are no longer handled correctly on the Print command in the AOZ manifest.

Added by Brian Flanagan about 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/28/2021
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

Parameters after the comma are positioned incorrectly, and sometimes overwrite the previous parameters.

Example:

a=1 : b=2 : c=3
Print a,b,c ' Wrong display here
Print a;b;c ' This is OK.
a$=Right$(Str$(a),1) : b$=Right$(Str$(b),1) : c$ = Right$(Str$(c),1)
Print a$,b$,c$ ' Wrong display here
Print a$;b$;c$ ' This is OK.

NOTE: This works in the Amiga manifest, but fails in the AOZ manifest.


Files

Good_Commas_Amiga.png (5.51 KB) Good_Commas_Amiga.png Here's how they should look. Brian Flanagan, 01/28/2021 09:16 AM
Bad_Commas_AOZ.png (11.1 KB) Bad_Commas_AOZ.png Incorrect display in AOZ mode. Brian Flanagan, 01/28/2021 09:16 AM

No data to display

Also available in: Atom PDF