Index by: file name | procedure name | procedure call | annotation
showList_proc.tcl (annotations | original source)

proc showList { a } {

    foreach e $a {
	regexp {(.*)(\(cells.*)} $e 1 2 3
	putsLog [ format "%-5s %-50s"  " "  $2 ]
#	putsLog [ format "%-10s %-50s" " "  $3 ]
	lappend returnList                 $2
    }

    return $returnList   
}

Index by: file name | procedure name | procedure call | annotation
File generated 2007-08-07 at 13:42.