#237 closed defect (fixed)
Search for existing functions
| Reported by: | rcsoto | Owned by: | danirus | 
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Math | Version: | head | 
| Severity: | blocker | Keywords: | |
| Cc: | 
Description
Hi.
The function "ObjectExist" has let work for functions written in TOL.
Example:
Real ObjectExist("Code", "RealText");
result = 0
The function "RealText" is defined in "initlibrary" of TOL.
Nevertheless:
Real ObjectExist("Code", "DatCh");
result = 1
The function "DatCh" is own of the language.
Regards.
Change History (3)
comment:1 Changed 21 years ago by
| Status: | new → assigned | 
|---|
comment:2 Changed 21 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
comment:3 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000237 | 
|---|
Note: See
        TracTickets for help on using
        tickets.
    

Bug fixed.
I forgot to verify ObjectExist function after commit the new feature that allow
"User Functions Overloading".