Ignore:
Timestamp:
Nov 21, 2011 2:28:55 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/resultset.tcl

    r2699 r2700  
    15201520                    set val "#[expr {$which+1}]"
    15211521                } else {
     1522                    # Be careful giving singleton elements as the "columns"
     1523                    # argument to "Tuples::get". It is expecting a list.
    15221524                    set val [lindex [$_results get -format [list $col] $which] 0]
    15231525                }
     
    16121614            foreach col $_cntlInfo($this-all) {
    16131615                set quantity $_cntlInfo($this-$col-label)
     1616                # Be careful giving singleton elements as the "columns"
     1617                # argument to "Tuples::get". It is expecting a list.
    16141618                set val [lindex [$_results get -format [list $col] $index] 0]
    16151619                if {$col == "xmlobj"} {
Note: See TracChangeset for help on using the changeset viewer.