Hello together!
Is it possible to ignore some characters in lines, for example like with regular expression N[0-9]* ?
Example:
in first file:
The coordinates are the same in second file , but the line numbers are different. But the line numbers should not be relevant for the comparison.
The line numbers can be grow up to the length of 5 or 6 digits.
Is it possible to ignore some characters in lines, for example like with regular expression N[0-9]* ?
Example:
in first file:
Code:
...N0010 X10 Y87 Z100N0020 G1 X50 F150N0030 Y50...
Code:
...N0020 X10 Y87 Z100N0030 G1 X50 F150N0040 Y50...
statistics: Posted by bergchri — 9:11 - Sep 05 — Replies 1 — Views 5268