
Special formatting signs:
Sign Description Example
Sign separating variables
for formatting
{7,10} – Net mass in adjustment unit
with constant length of 10 characters,
justification
{7,-10} – Net mass in adjustment unit
with constant length of 10 characters,
Sign proceeding formatting
or time separator (i.e.
hours, minutes and
{7:0.000} – Net mass in adjustment
unit always with three decimal places;
{3:hh:mm:ss} – Current time in
format: hour : minute : second
First detected dot in a digit
is recognized as separator
of integer and decimal
parts. Each following dot is
{55:0.00} – Product’s unit price
always with two decimal places;
{17:0.0000} – Average from
measurements, always with four
Sign formatting digits to a
chain of sign in format “-
ddd.ddd…” (where: d
stands for a single digit,
minus is for digits with
negative value only) or
determining number of
{7:F2} – Net mass in adjustment unit
always with two decimal places;
{7,9:F2} – Net mass in adjustment
unit always with two decimal places
and fixed length of 9 characters with
right justification;
quantities derivatives of
{7:V6.3} – Net mass in a form of
EAN13 code (6-character code) with
quantities derivatives of
{7:T6.3} – Net mass in a form of
EAN128 code with three decimal places;
days, months and years
{2:yy/MM/dd} – Current date in
format:
year - month - day, where yy stand for
two less meaningful characters of a
formatting function from
the following sign, so that
it is recognized as text
{2:yy\/MM\/dd} – Current date in
format: year / month / day;
{2:yy\:MM\:dd} – Current date in
format: year : month : day. Should “\”
be used in literal meaning, insert: \\;
Komentarze do niniejszej Instrukcji