Changeset 302
- Timestamp:
- Mar 28, 2008 3:58:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/USANSReduction/trunk/Put in User Procedures Folder/USANS Procedures v2.21/WriteUSANSData.ipf
r265 r302 50 50 51 51 if(dialog) 52 Open/D refnum as fullpath //won't actually open the file 52 PathInfo/S savePathName 53 Open/D/T="????" refnum as fullpath //won't actually open the file 53 54 If(cmpstr(S_filename,"")==0) 54 55 //user cancel, don't write out a file … … 157 158 /// 158 159 159 Open/R/D/M="Select the 3-column data file" refnum_old //won't actually open the file160 Open/R/D/M="Select the 3-column data file"/T="????" refnum_old //won't actually open the file 160 161 If(cmpstr(S_filename,"")==0) 161 162 //user cancel, don't write out a file
Note: See TracChangeset
for help on using the changeset viewer.