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 13 years ago

Last modified 13 years ago

#1416 closed defect

Bug in GetAddressFromObject — at Version 1

Reported by: Jorge Owned by: Víctor de Buen Remiro
Priority: highest Milestone: Mantainance
Component: Kernel Version: head
Severity: blocker Keywords:
Cc: Javier Gallardo

Description (last modified by Jorge)

In the following code you can see that GetObjectFromAddress does not work

Set X = [[ For(1, 10, Set(Real k){ [[k]] } ) ]];
Text tad = GetAddressFromObject( X[1] );
Set obj = GetObjectFromAddress( tad );

but if the result of the For sentence has a name then it works as expected.

This bug is related to #1415.

Change History (1)

comment:1 Changed 13 years ago by Jorge

Description: modified (diff)
Note: See TracTickets for help on using tickets.