hello,
thanks to feherke I can now split e.g. 211-219 into separate numbers... and now I'd like to present the next step.
I have two files:
File #1:
65-112
113-196
362-393
422-430
552-560
File #2:
89-112
113-168
244-332
361-360
377-462
488-511
582-698
After they are processed by feherke's iterate function and written to two new files, I need to find which number occures in both files.
Maybe it is feasible to find the numbers directly from the source files (the ones with 582-698, 488-511,...)?
thank you in advance,!!
thanks to feherke I can now split e.g. 211-219 into separate numbers... and now I'd like to present the next step.
I have two files:
File #1:
65-112
113-196
362-393
422-430
552-560
File #2:
89-112
113-168
244-332
361-360
377-462
488-511
582-698
After they are processed by feherke's iterate function and written to two new files, I need to find which number occures in both files.
Maybe it is feasible to find the numbers directly from the source files (the ones with 582-698, 488-511,...)?
thank you in advance,!!