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

Closed 21 years ago

#181 closed defect (duplicate)

Evaluation in different level

Reported by: Alfredo Torre Owned by: danirus
Priority: highest Milestone:
Component: Kernel Version: 1.1.1
Severity: blocker Keywords:
Cc:

Description

I don't know if this bug has been already reported. If so, I apologize.

Try to run this TOL code:

/
Real EvalReal(Text txt) { Real Eval(txt +";") };
Real Real02 =
{

Real real01 = 1;
EvalReal("real01")

};
/

It works fine in Version 1.1.1 Aug 24 2004 para WINDOWS but doesn´t work in
Version 1.1.1 Oct 6 2004.

Change History (1)

comment:1 Changed 21 years ago by danirus

Resolution: duplicate
Status: newclosed

This bug is a duplicate of the Bug 96.
That code now returns a message like this:

_
ERROR: real01 is not an object of type Real.


Warning: Eval function failed at :
Eval(txt+";")


A new version of Tol will be released during the next week and almost all these bug
reports will have a solution there, also this one, that as I said, is the same as 96.

Cheers

* This bug has been marked as a duplicate of 96 *

Note: See TracTickets for help on using tickets.