Re: what is: variable Mytest() ?
- From: Don Porter <dgp@xxxxxxxxxxxxxx>
- Date: 13 Apr 2006 15:41:12 GMT
Bogdan Slusarczyk wrote:
I have some very old scripts, which work with tcl8.0.1...
namespace eval ::MyNamespace {
variable MyTest()
This bug was fixed in version 8.3.0.
2000-01-20 Eric Melski <ericm@xxxxxxxxxxxxx>
....
* generic/tclVar.c: Changed behavior of variable command when name
refers to an element in an array (ie, "variable foo(x)") to always
return an error, regardless of existance of that element in the
array (now behavior is consistant with docs too) (bug #981).
--
| Don Porter Mathematical and Computational Sciences Division |
| donald.porter@xxxxxxxx Information Technology Laboratory |
| http://math.nist.gov/~DPorter/ NIST |
|______________________________________________________________________|
.
- References:
- what is: variable Mytest() ?
- From: Bogdan Slusarczyk
- what is: variable Mytest() ?
- Prev by Date: [TCL] Help debugging behavior in new source command
- Next by Date: Re: [TCL] Help debugging behavior in new source command
- Previous by thread: Re: what is: variable Mytest() ?
- Next by thread: OO and TIP#257
- Index(es):
Relevant Pages
|