Changeset 3770 for trunk/gui/scripts/resultset.tcl
- Timestamp:
- Jul 10, 2013, 3:03:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/resultset.tcl
r3330 r3770 248 248 set irun [lindex [$_results find -format xmlobj $which] 0] 249 249 if {$irun ne ""} { 250 set val [ $_results get -format $col $irun]250 set val [lindex [$_results get -format $col $irun] 0] 251 251 array set val2norm $rlist 252 252 if {[info exists val2norm($val)]} {
Note: See TracChangeset
for help on using the changeset viewer.