Project

General

Profile

Bug #784

Case in variables is not recognized inside a Procedure!!!

Added by Brian Flanagan almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Target version:
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

Also available in: Atom PDF