![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Handling pathological lists
From: Ralf Fassel <ralfixx@gmx.de>
Date: Fri Oct 28 2005 - 18:24:35 CEST
* "Juan C. Gil" <jgil@gmv.es>
This will always be 1, regardless of what is in the first element.
As Bruce pointed out, the OP needs to build the list in the first
set myList [list "{ {" "} }"]
set myList [list [list \{ \{] [list \} \}]]
R'
|