![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Invalid command name ""
From: Michael A. Cleverly <michael@cleverly.com>
Date: Sat Jul 30 2005 - 03:02:07 CEST
On Fri, 29 Jul 2005, Aric Bills wrote:
> By the way, it is possible to define a Tcl procedure whose name is the empty
I use this idiom with tdom fairly regularly. It allows me to write
[[$node selectNodes $xpath] someMethod]
where $xpath is an xpath expression that might return 0 or 1 nodes. To
proc "" args {}
Michael
|