hbzebra code128A

65 views
Skip to first unread message

José M. C. Quintas

unread,
Jun 13, 2025, 10:16:00 AMJun 13
to harbou...@googlegroups.com
Does hbzebra support code128A ?

Seems to me that only supports 128C for numbers only.


José M. C. Quintas




Emmer

unread,
Jun 13, 2025, 10:50:13 AMJun 13
to harbou...@googlegroups.com
I think 'C' is the default, but you can start the barcode with StartA - Chr(103) , StartB Chr(104) & StartC Char(105) yourself

Within the barcode you can switch from:
A to B Chr(100)
A to C Chr(99)
B to A Chr(101)
B to C Chr(99)
C to A Chr(101)
C to B Char(100)

Example:

THISISTEXT1234567890text123456789
==
Chr(103)
+"THISISTEXT+"Chr(99)+",BX"+chr(78)+chr(90)+Chr(100)+"text1"+chr(101)+"7M"+Chr(67)+Chr(29)



Op 13-6-2025 om 16:15 schreef José M. C. Quintas:
Reply all
Reply to author
Forward
0 new messages