T
trinitypete
Hi all,
I have recently been working on a C# project that creates
a textfile with some formatting. Initially for a newline I
tried using \n. The result of this is that a tiny square
(non printable character) is placed in the output file
(also works the same with a multiline textbox). It does
however work if use the "\r\n" string. Anyone know why \n
doesn't get translated as a NewLine.
Further to this I try to throw a FF in the text file. I
have tried \f, \u000C, char(12) etc. etc. all variations
put in the little square (see above) and the printer does
not FF? Any ideas?
Thanks in advance - Pete.
I have recently been working on a C# project that creates
a textfile with some formatting. Initially for a newline I
tried using \n. The result of this is that a tiny square
(non printable character) is placed in the output file
(also works the same with a multiline textbox). It does
however work if use the "\r\n" string. Anyone know why \n
doesn't get translated as a NewLine.
Further to this I try to throw a FF in the text file. I
have tried \f, \u000C, char(12) etc. etc. all variations
put in the little square (see above) and the printer does
not FF? Any ideas?
Thanks in advance - Pete.