Einzelnen Beitrag anzeigen

Rollo62

Registriert seit: 15. Mär 2007
3.896 Beiträge
 
Delphi 12 Athens
 
#9

AW: freie QR-Code Komponente mit Error Correction Level M

  Alt 17. Jun 2015, 08:11
Vielleicht kannst du die C++ Zeichen statt LF ausprobieren: also '\n'

Siehe unten der Auszug von hier ftp://ftp.heanet.ie/mirrors/sourcefo...manual_242.pdf
(sorry für die schlechte Formatierung, das war Copy-aus-PDF, damits schnell geht).

Rollo


Zitat:
Non-printing characters can be entered on the command line using the backslash (\) as an escape
character. Permissable characters are shown in the table below. Note that only applies on the
command line.
Escape
Character
ASCII
Equivalent
Interpretation
\0
0x00
Null
\E
0x04
End of
Transmission
\a
0x07
Bell
\b
0x08
Backspace
\t
0x09
Horizontal Tab
\n
0x0a
Line Feed
\v
0x0b
Vertical Tab
\f
0x0c
Form Feed
\r
0x0d
Carriage Return
\e
0x1b
Escape
\G
0x1d
Group Selector
  Mit Zitat antworten Zitat