Opened 17 years ago
Closed 16 years ago
#606 closed defect (fixed)
ObjectExist doesn't works fine with NameBlock members
Reported by: | Víctor de Buen Remiro | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kernel | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
Running this TOL code
NameBlock a = Real b=2 ?;
Real ok.1 = ObjectExist("Anything","a::b");
Real ok.2 = ObjectExist("Anything","a::c");
Real ok.3 = ObjectExist("Real","a::b");
Real ok.4 = ObjectExist("Text","a::b");
ok.1 and ok.3 should be True and ok.2 and ok.4 should be False but this last one returns True;
Note: See
TracTickets for help on using
tickets.
Problem was fixed a few weeks ago