#284 closed defect (fixed)
Acess to Set elements by name
| Reported by: | Javier Portugal | Owned by: | Víctor de Buen Remiro |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Kernel | Version: | head |
| Severity: | major | Keywords: | |
| Cc: | rcsoto |
Description
In CVS version, when trying to access a set element by name, raises next error:
ERROR: "result" no es un objeto de tipo Real
Set miSet = SetOfAnything(
Text result = "Hola",
Real ok = 1
);
Text WriteLn( miSetresult?);
This code worked perfecty in version of 2005/07/07 (San Fermin)
Change History (5)
comment:1 Changed 20 years ago by
| Owner: | changed from danirus to Víctor de Buen Remiro |
|---|
comment:2 Changed 20 years ago by
| Cc: | rcsoto added |
|---|
comment:4 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Sorry
This is not just an error. The code is working fine. The error is that an error
message is being sended because I forgot to disable the output that I enabled for
DEBUG purposes.
It's all right now.
Thanks to report it.
comment:5 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000284 |
|---|

Víctor is working on it.