Project

General

Profile

Bug #617

Right$ fails in Amiga manifest. Commas fail in Amiga mode.

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

Status:
Closed
Priority:
Low
Target version:
Start date:
01/12/2021
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

Example:

#manifest: "aoz"
X$="$01" : Print "[";X$;"]","[";Right$(X$,2);"]"
Print "XXXXX^^^XXXX"
X$="$12" : Print "[";X$;"]","[";Right$(X$,2);"]"
Print "XXXXX^^^XXXX"

In either manifest, the results for the above SHOULD BE:

[$01]   [01]
XXXXX^^^XXXX
[$12]   [12]
XXXXX^^^XXXX

It works in the AOZ manifest, but fails in Amiga mode.

Also available in: Atom PDF