Changeset 803 for trunk/readinst.tcl
- Timestamp:
- Dec 4, 2009 5:12:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readinst.tcl
- Property rcs:date changed from 2003/11/05 22:13:58 to 2004/09/20 15:29:14
- Property rcs:rev changed from 1.3 to 1.4
r740 r803 115 115 # open the file and write all the records 116 116 set fp [open ${instfile} w] 117 fconfigure $fp -translation crlf 117 fconfigure $fp -translation crlf -encoding ascii 118 118 set keylist [lsort [array names instarray]] 119 119 foreach key $keylist {
Note: See TracChangeset
for help on using the changeset viewer.