Breadcrust
Programmer
i am trying to use a list as part of a command, eg:
set list "-command exit"
button .exit $list
but tcl interpets this as a single arugument. ive tryed using split but still no help, how can i get tcl to interpet the list as multiple arguments???
[tt]
Breadcrust (aka J@red)
Web - E-mail - net-head@softhome.net
Linux Reg. Number - 307180 ([/tt]
set list "-command exit"
button .exit $list
but tcl interpets this as a single arugument. ive tryed using split but still no help, how can i get tcl to interpet the list as multiple arguments???
[tt]
Breadcrust (aka J@red)
Web - E-mail - net-head@softhome.net
Linux Reg. Number - 307180 ([/tt]