I have successfully written a check-digit calculator in Crystal using Code 128 B and the algorithm commonly available.
The scanner is reading the Barcode successfully for all alphanumeric characters.
The issue I have is when I attempt to introduce a Carriage return to the end of the character string.
The scanner itself adds a default return to what is scanned.
However, I need two returns in the particular application, meaning I have to code one return into the barcode string itself.
There is where I am coming unstuck.
Has anyone achieved this ?
Thanks
The scanner is reading the Barcode successfully for all alphanumeric characters.
The issue I have is when I attempt to introduce a Carriage return to the end of the character string.
The scanner itself adds a default return to what is scanned.
However, I need two returns in the particular application, meaning I have to code one return into the barcode string itself.
There is where I am coming unstuck.
Has anyone achieved this ?
Thanks