- Timestamp:
- May 30, 2013 4:52:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/Wrapper_v40.ipf
r911 r914 1191 1191 1192 1192 //make sure the name is no more than 31 characters 1193 namestr = namestr[0,30] //if shorter than 31, this will NOT pad to 31 characters 1193 namestr = namestr[0,26] //if shorter than 31, this will NOT pad to 31 characters 1194 nameStr += ".ifn" //extension is needed, otherwise the files are not recognized on Windows 1194 1195 1195 1196 Print "file saved as ",nameStr
Note: See TracChangeset
for help on using the changeset viewer.