Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In both cases, any values that have not yet been registered will be ignored.

Split by non-character

From version 1.7.0.3 it is also possible to split by non-character separator such as "Enter" (carriage return new line or \r\n).

This is done using the unicode represenatation, such that Enter becomes "
".

Code Block
languagexml
<serialNumber ... splitBarcodeBySeparator="&#xD;&#xA;"/>

Table can be found here.

Overdelivery

Currently there is no support for Overdelivery when using this feature.

...