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
| Status: | new → assigned |
|---|
comment:2 Changed 21 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | assigned → closed |

see solution of 74 bug.
* This bug has been marked as a duplicate of 74 *