close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#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 danirus

Owner: changed from danirus to Víctor de Buen Remiro

Víctor is working on it.

comment:2 Changed 20 years ago by danirus

Cc: rcsoto added

comment:3 Changed 20 years ago by danirus

* Bug 285 has been marked as a duplicate of this bug. *

comment:4 Changed 20 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed

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 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000284
Note: See TracTickets for help on using tickets.