Hallo, Jonathan Wilkes hat gesagt: // Jonathan Wilkes wrote:
I agree. I also like the use of list in that patch to store parameters.
So if you wanted to set parameters with creation arguments, would it just be a matter of using $1...$5 in the [list]s and (un)[pack]?
Yes, almost. [list] is a shortcut for [list append] so you need to use: [list append $1 $2 $3 $4 $5] or so.
Frank