Hi,
I have two files, and have to do this.
if file1(4 to 8 byte) = file2(10 to 14 byte)
sum both the fields and display
else if file1(12 to 20 byte) = file2(22 to 30 byte)
substract (file2(22 to 30 byte) - file1(12 to 20 byte)
else if file1 ((value at byte 45 + value at byte 50)) < file2(value at byte 60)
sum the file2(value at byte 60) and file1 ((value at byte 45 + value at byte 50))
Please help.