Übersicht aller Escape Sequenzen (Encoding Binary Data)
\a
Bell (alert)
\b
Backspace
\f
Form feed
\n
New Line
\r
Carriage Return
\t
Horizontal Tab
\v
Vertical Tab
\\
The backslash \ itself
\0
Zero Byte (if subsequent char is non-numeric)
Available in TBarCode V10+
\0ooo
ASCII-character in octal notation:
ooo … up to 3 octal digits (0..7)
First digit is always zero.
\ddd
ASCII-character in decimal notation:
ddd … up to decimal digits (0..9)
First digit must not be zero.
\xhh
For encoding bytes or ASCII-characters in hexadecimal notation
hh … hexadecimal digits (0..F)
Bell (alert)
\b
Backspace
\f
Form feed
\n
New Line
\r
Carriage Return
\t
Horizontal Tab
\v
Vertical Tab
\\
The backslash \ itself
\0
Zero Byte (if subsequent char is non-numeric)
Available in TBarCode V10+
\0ooo
ASCII-character in octal notation:
ooo … up to 3 octal digits (0..7)
First digit is always zero.
\ddd
ASCII-character in decimal notation:
ddd … up to decimal digits (0..9)
First digit must not be zero.
\xhh
For encoding bytes or ASCII-characters in hexadecimal notation
hh … hexadecimal digits (0..F)