[tcljava-user] Using global variable in Tcl script
Brought to you by:
mdejong
From: Pham N. K. <pn...@ya...> - 2007-01-25 08:52:54
|
Hi all, I have a situation like this: 1. From Java: interp.setVar("id", TclString.newInstance("123"), TCL.GLOBAL_ONLY); 2. In Tcl script: proc myProc { } { # need to get the value of variable id set from Java } How to get the id variable in proc myProc ? Please help !! ___________________________________________________________ All New Yahoo! Mail Tired of unwanted email come-ons? Let our SpamGuard protect you. http://uk.docs.yahoo.com/nowyoucan.html |