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

#73 closed defect (duplicate)

Expresions not assigned to a explicit variable

Reported by: Javier Portugal Owned by: Jorge
Priority: highest Milestone:
Component: Interface Version: head
Severity: blocker Keywords:
Cc:

Description

When evaluating a TOL expresion without assigning this result to any variable,
expresion isn't evaluated!

package require Toltcl

proc Tol_HciWriter {msg} {puts $msg}
::tol::initkernel
::tol::initlibrary

# This doesn't connect to database
::tol::console eval "Real DBOpen(\"ddw_ld\",\"dbo\",\"dbo\");"
# This connect to database giving the info message of open databases
#::tol::console eval "Real a = DBOpen(\"ddw_ld\",\"dbo\",\"dbo\");"
::tol::console eval "Set res = DBTable(\"select * from Itx_Carrier\");"

Change History (2)

comment:1 Changed 21 years ago by Jorge

Status: newassigned

comment:2 Changed 21 years ago by Jorge

Resolution: duplicate
Status: assignedclosed

see solution of 74 bug.

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

Note: See TracTickets for help on using tickets.