Re: [tcljava-user] Restrict to change global variable value
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2007-09-10 19:36:38
|
On Mon, Sep 10, 2007 at 08:33:01AM -0700, mallick choppa wrote: > > How can I restrict the changing of global variable > which was set through programatically while > initializing the interpreter? > Any help , i will be very thankful. Traces might work for you, see: http://wiki.tcl.tk/398 http://wiki.tcl.tk/1734 (see section 'readonly trace') -- Tom Poindexter tpo...@ny... |