- Status Assigned
- Percent Complete
- Task Type Bug Report
- Category Parser
-
Assigned To
Torsten Bonde Christiansen - Operating System All
- Severity Low
- Priority Medium
- Reported Version 2.0
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#212 - reading a project with variable name the same as an existing global variable will lose that variable
Try this:
.new g y f := 1.1;
(1 real change)
.read "global_data/nist/univariate/pidigits.rec";
Loaded file: /Users/jamie/Data/global_data/nist/univariate/pidigits.rec
Cycle: 0 Datasets: 1 Modified: 10/23/19 03:00:17 PM
.list v;
Name Type Length Decimal Label Valuelabels Missing
Y Integer 3 0
.list g;
Name Type Datatype Value
y const Float 1.1
.freq y;
ERROR: Identifier "y" is not the correct category!
Expected: variable
Got: global