Actions
Bug #784
closedCase in variables is not recognized inside a Procedure!!!
Start date:
06/13/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
Major problem here! (Tested in B8 v14 macOS.)
For example:
TestCase
TestCase
TestCase
End
Procedure TestCase
x=1 : X=2
y=3 : Y=4
z=5 : Z=6
Print x,X,y,Y,z,Z
End Procedure
The result is:
2 2 4 4 6 6
2 2 4 4 6 6
2 2 4 4 6 6
...instead of:
1 2 3 4 5 6
1 2 3 4 5 6
1 2 3 4 5 6
Updated by Brian Flanagan over 3 years ago
- Status changed from New to Closed
I was told that this is now the new standard for AOZ Studio. Both keywords AND variables will be treated as case-insensitive in both the Amiga and AOZ manifests.
Closing this ticket.
Actions