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

Closed 13 years ago

#1149 closed defect (fixed)

tol::info var does not work as expected

Reported by: Jorge Owned by: Jorge
Priority: normal Milestone: TOLBase Revitalization
Component: Interface Version: 2.0.1
Severity: normal Keywords:
Cc:

Description

The following code fails:

tol::info var {Real StdLib::Cierto}

it complains with:

"StdLib::Cierto" isn't a variable in grammar Real

Change History (1)

comment:1 Changed 13 years ago by Jorge

Resolution: fixed
Status: newclosed

You can access to the value of the variable with new implemente toltcl::eval in 3.1

set cierto [ toltcl::eval {Real StdLib::Cierto} ]
Note: See TracTickets for help on using tickets.