Printing "Tab" character in a barcode
Posted: Mon Feb 09, 2009 8:48 am
I'm currently quite dispaired trying to print a simple "tab" character (ASCII-9 / "\t") in a Code128B barcode.
Tried by just pressing tab key in text editor (which correctly leaves "\t" in the code window) and tried with "\t" in the code editor (which left an escaped "\t" - so "\\t" in code window), but first output was just empty (barcode reader produced just a CR-LF) and second showed sth quite strange ("ét")
hope someone can tell me how to achieve this
thanks
Tried by just pressing tab key in text editor (which correctly leaves "\t" in the code window) and tried with "\t" in the code editor (which left an escaped "\t" - so "\\t" in code window), but first output was just empty (barcode reader produced just a CR-LF) and second showed sth quite strange ("ét")
hope someone can tell me how to achieve this
thanks