I have a series of formulas to create a barcode (3 of 9). In ASCII the current barcode is, as an example, *WC 9OM8* (one space between the "C" and the "9"). I need it to be *WC 9OM8* (two spaces between the "C" and the "9". The formula that prints the barcode is as follows:
"*"+{@CASEBARCODE}+"*"
I need the syntax to breakup the above and place an additional space between the second and third character.
"*"+{@CASEBARCODE}+"*"
I need the syntax to breakup the above and place an additional space between the second and third character.