Using the Null Character |
The null character represents a portion of a data string that contains no information. In
When Unicode data containing the value "0xEF00" is encoded into a barcode that supports binary encoding, it will be converted into a null character.
Certain barcode symbologies support 8-bit encoding and/or the use of the NUL character. For any symbology that supports binary encoding,
An embedded data source contains a NUL character.
Any data source contained in the barcode object is set to the binary data type.
The following symbologies support the use of the NUL character:
All 2D symbologies
Code 39
Code 93
Code 128
PosiCode A and B (PosiCode Limited not supported)
When writing custom VB Scripts in
Related Topics