- Timestamp:
- Jun 10, 2011 2:53:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/KIST_DataReadWrite.ipf
r807 r810 1213 1213 // not really necessary 1214 1214 // 1215 Function Write_RawData_File(type,fullpath,dialog) 1216 String type 1215 Function/S Write_RawData_File(type,fullpath,dialog) 1216 String type,fullpath 1217 Variable dialog //=1 will present dialog for name 1217 1218 1218 1219 // Your file writing function here. Don't try to duplicate the VAX binary format... 1219 1220 Print "Write_RawData_File stub" 1220 1221 1221 return( 0)1222 End 1222 return("") 1223 End
Note: See TracChangeset
for help on using the changeset viewer.