Opened 17 years ago
Closed 17 years ago
#594 closed defect (duplicate)
Runtime error re-compiling global variables
Reported by: | Iván Robles | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Various | Version: | 1.1.6 |
Severity: | blocker | Keywords: | |
Cc: |
Description
When i compile the following code, decompile, and re-compile, tol gives runtime error and closes.
Serie a = ConstMes;
Serie a_ = If (1,
{ Serie b = a;
MakeGlobal(b)
},ConstMes);
Serie c = b;
Note: See
TracTickets for help on using
tickets.
This the same case of bug 580 (subcase error1.tol)
* This bug has been marked as a duplicate of bug 580 *