Changeset 197
- Timestamp:
- Dec 4, 2009 5:02:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/addcmds.tcl
- Property rcs:date changed from 2000/06/01 02:46:47 to 2000/06/09 03:44:05
- Property rcs:lines changed from +128 -56 to +1 -3
- Property rcs:rev changed from 1.6 to 1.7
r179 r197 749 749 while {![catch {grid info $np.e[incr row]t}]} { 750 750 if !{$expgui(UseAtom$row)} continue 751 puts "Use $row"752 751 # ignore blank entries 753 752 set line {} … … 756 755 } 757 756 if {$line == ""} continue 758 puts "not blank $row"759 757 # validate the input 760 758 if {[set type [string trim [$np.e${row}t get]]] == ""} {
Note: See TracChangeset
for help on using the changeset viewer.