Re: How to get default values to parameters of class object member methods [incr tcl]
- From: Schelte Bron <nospam@xxxxxxxxxx>
- Date: Fri, 29 Jun 2007 21:14:02 +0200
Andrew Falanga wrote:
Thanks to all for helping fix my simple blunder. Now I've gotSomething like that, but not exactly. It should be:
another
one and I'm not sure if there is a resolution. I've tried a few
different things, but nothing seems to be working. As well all
know, if a proc is to have a default value for a parameter, it's
defined something like this:
proc someproc { { param = foo } } {
# doing lots of important stuff
}
proc someproc { { param foo } } {
# doing lots of important stuff
}
And that will work for itcl methods as well.
Schelte.
--
set Reply-To [string map {nospam schelte} $header(From)]
.
- Follow-Ups:
- References:
- How to get default values to parameters of class object member methods [incr tcl]
- From: Andrew Falanga
- How to get default values to parameters of class object member methods [incr tcl]
- Prev by Date: Re: Wrapped application directory oddity
- Next by Date: TCL_evalFile
- Previous by thread: How to get default values to parameters of class object member methods [incr tcl]
- Next by thread: Re: How to get default values to parameters of class object member methods [incr tcl]
- Index(es):