Ignore:
Timestamp:
Mar 6, 2012, 12:25:20 PM (13 years ago)
Author:
gah
Message:

automatically generate a uniqure element identifier

File:
1 edited

Legend:

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

    r2744 r2811  
    113113    common _downloadPopup          ;# download options from popup
    114114    private variable _markers
     115    private variable _nextElement 0
    115116}
    116117                                                                               
     
    718719            }
    719720
    720             set elem "elem[incr count]"
     721            set elem "elem[incr _nextElement]"
    721722            set _elem2dataobj($elem) $dataobj
    722723            lappend label2elem($label) $elem
Note: See TracChangeset for help on using the changeset viewer.