Changeset 702
- Timestamp:
- Dec 4, 2009 5:10:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readexp.tcl
- Property rcs:date changed from 2003/04/10 22:14:21 to 2003/05/22 21:45:46
- Property rcs:lines changed from +387 -8 to +5 -3
- Property rcs:rev changed from 1.38 to 1.39
r674 r702 1707 1707 } 1708 1708 abstype-get { 1709 return [string trim [string range [readexp "${key}ABSCOR"] 40 44]] 1709 set val [string trim [string range [readexp "${key}ABSCOR"] 40 44]] 1710 if {$val == ""} {set val 0} 1711 return $val 1710 1712 } 1711 1713 abstype-set {
Note: See TracChangeset
for help on using the changeset viewer.