![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Working with lists and listboxes
From: Jonathan Bromley <jonathan.bromley@doulos.com>
Date: Fri Jul 29 2005 - 16:05:41 CEST
On 29 Jul 2005 05:57:29 -0700, "Silas Justiniano"
>I have a [listbox -listvariable mylist], but there is a problem. mylist
What do you want to do with "mylist"? Would it instead be
set carList {Porsche Ferrari Mustang}
foreach car $carList owner $ownerList {
Alternatively, perhaps you could create an array of owners indexed
The preferred solution will be determined by what you need to do with
-- Jonathan Bromley, Consultant DOULOS - Developing Design Know-how VHDL, Verilog, SystemC, Perl, Tcl/Tk, Verification, Project Services Doulos Ltd. Church Hatch, 22 Market Place, Ringwood, BH24 1AW, UK Tel: +44 (0)1425 471223 mail:jonathan.bromley@doulos.com Fax: +44 (0)1425 471573 Web: http://www.doulos.com The contents of this message may contain personal views which are not the views of Doulos Ltd., unless specifically stated.Received on Thu Sep 29 14:27:56 2005 |