Actions
Bug #617
closedRight$ fails in Amiga manifest. Commas fail in Amiga mode.
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.
Actions