Actions
Bug #642
openCommas are no longer handled correctly on the Print command in the AOZ manifest.
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
No data to display
Actions