﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
73	Expresions not assigned to a explicit variable	Javier Portugal	Jorge	"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\"");"""	defect	closed	highest		Interface	head	blocker	duplicate		
