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.
Updated by Brian Flanagan almost 4 years ago
Re-tested with latest patches.
Right$ is now working, however, commas are still spacing incorrectly in Amiga mode.
Updated by Francois Lionet almost 4 years ago
- Status changed from New to Resolved
- Target version set to Beta 3
Fixed!
Updated by Brian Flanagan almost 4 years ago
- Status changed from Resolved to Closed
Verified... now works in both manifests. Thanks!
Actions