I want to barcode a string which contains numbers and may contain a letter. The letter character is typically uppercase but may be lowercase at times. If I use StringtoCode39 function the string 123s1 is read by the barcode reader as 123+S1. I am using Code39RegularF font for the barcode.
Any ideas how I can handle these lowercase characters with code39?
Any ideas how I can handle these lowercase characters with code39?