- Timestamp:
- Aug 13, 2008 9:50:27 AM (14 years ago)
- Location:
- sans/Dev/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/SANS/Reduction/PatchFiles.ipf
r388 r399 824 824 do 825 825 jj -= 1 826 spc = cmpstr(str2[jj], " " , 0)826 spc = cmpstr(str2[jj], " ") //can add the optional flag ,0), but I don't care about case, and Igor 6.02 is necessary... 827 827 if (spc != 0) 828 828 break //no more spaces found, get out … … 847 847 do 848 848 jj -= 1 849 spc = cmpstr(str1[jj], " " , 0)849 spc = cmpstr(str1[jj], " ") 850 850 if (spc != 0) 851 851 break //no more spaces found, get out
Note: See TracChangeset
for help on using the changeset viewer.