I am reading 2 barcodes thru a focp128 module the information is being written to 2 different v memory locations I need to verify the barcodes match but only a select portion of the barcode, the ANSII format stored in V-mem only allows me to verify pairs of numbers and I may need to verify on an odd character start position in the barcode string, i tried splitting the code with OutL and OutM instructions this did not work consistently and would require lots of code, and the code length is variable, any suggestions greatly appreciated.