Hi, would anyone know how to get a horizontal tab and a carriage return into a 2d barcode using BCOCA?
Copy and paste the tabs from notepad works with an online barcode generator but not with BCOCA.
Also tried $I, ~009, ~d009,^I, various ascii equivalents.
Are we missing some brackets or parenthesis?
Could we use hex, octal or binary equivalent?
Is our problem related to escape sequences?
Could we use Excel with an add-on and a mail merge?
Example of keystrokes and text that we need to capture:
TAB
TAB
TAB
ABC123
TAB
123
TAB
ABC
TAB
<CR>
Thanks,
John
Copy and paste the tabs from notepad works with an online barcode generator but not with BCOCA.
Also tried $I, ~009, ~d009,^I, various ascii equivalents.
Are we missing some brackets or parenthesis?
Could we use hex, octal or binary equivalent?
Is our problem related to escape sequences?
Could we use Excel with an add-on and a mail merge?
Example of keystrokes and text that we need to capture:
TAB
TAB
TAB
ABC123
TAB
123
TAB
ABC
TAB
<CR>
Thanks,
John