Opened 14 years ago
Last modified 14 years ago
#1394 closed defect
ObjectExist and global variables — at Initial Version
| Reported by: | Pedro Gea | Owned by: | Víctor de Buen Remiro |
|---|---|---|---|
| Priority: | highest | Milestone: | Mantainance |
| Component: | Kernel | Version: | head |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
Se encuentra una incoherencia al usar la función ObjectExist junto con el operador :: y la gramática Anything;
Real ObjectExist("Anything", "Tolerance"); // => 1
Real ObjectExist("Real", "Tolerance"); // => 1
Real ObjectExist("Anything", "::Tolerance"); // => 0
Real ObjectExist("Real", "::Tolerance"); // => 1
Note: See
TracTickets for help on using
tickets.
