Collections to list in tcl -


hi know how convert collection list in tcl. output getting in form of collections want change list.

generally use collections when dumping/querying data tools use tcl (for example design compiler synopsys). these collections list not accessible normal list commands. access them need use "foreach_in_collection" command , need use get_object_name (or equivalent command) , need build list (lappend) of output of get_object_name. list can use tcl list operations.

foreach_in_collection , get_object_name tool specific commands , can not found in tcl , work run through tool interface.

hope helps.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -