Re: Windows env-Bug?
- From: Torsten Edler <Torsten.Edler@xxxxxxxxxxxxxx>
- Date: Sat, 21 Jul 2007 13:31:04 -0000
This not a tcl feature - this is a windows feature. Try this at the
windows prompt
set XX=AA
is setting the variable to value AA. can be checked by using
set
and unsetting the variable can be done by
set XX=
which is setting the variable to empty string - and in windows this
means deleting the variable! Again another check will confirm that the
variable XX is gone. Same can be done in TCL via the env array and
using parray.
.
- Follow-Ups:
- Re: Windows env-Bug?
- From: Helmut Giese
- Re: Windows env-Bug?
- References:
- Windows env-Bug?
- From: Gerhard Reithofer
- Windows env-Bug?
- Prev by Date: Windows env-Bug?
- Next by Date: TKGecko / Searching for XUL Tk compatibilities
- Previous by thread: Windows env-Bug?
- Next by thread: Re: Windows env-Bug?
- Index(es):
Relevant Pages
|