- Timestamp:
- Apr 8, 2010 1:28:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/NIST_XML_v40.ipf
r669 r670 26 26 27 27 28 Print "Trying to load canSAS XML format data"28 // Print "Trying to load canSAS XML format data" 29 29 Variable result = CS_XMLReader(filestr) 30 30 … … 79 79 //print "fileName: ",fileName 80 80 //remove the semicolon AND period from files from the VAX 81 print basestr81 // print basestr 82 82 w0 = basestr + "_q" 83 83 w1 = basestr + "_i" … … 195 195 SetDataFolder xmlDataFolder 196 196 197 print xmlDataFolder197 // print xmlDataFolder 198 198 199 199 //if outstr has been specified, we'll find ourselves here.... … … 676 676 endif 677 677 buffer = RemoveEnding(buffer) 678 print buffer678 // print buffer 679 679 //Get run value 680 680 if (stringmatch(buffer,"*file:*") == 1)
Note: See TracChangeset
for help on using the changeset viewer.