Tcl Print List

[Solved] Tcl Print List | Perl - Code Explorer | yomemimo.com
Question : tcl print list

Answered by : niransha

# in vmd
puts [lindex $resname_list 0] ; # pirnt one item in a list
puts [lindex $resname_list 1]
for {set x 0} {$x<2} {incr x} { puts [lindex $resname_list $x]
}

Source : | Last Update : Thu, 22 Sep 22

Answers related to tcl print list

Code Explorer Popular Question For Perl