I'm adapting some code I found here: http://nicholas.piasecki.name/blog/2009/03/sending-raw-epl2-directly-to-a-zebra-lp2844-via-c/#comment-1636, but in VS 2003 / .NET 1.1, StringBuilder's AppendLine method is not recognized, so I truncated it to .Append.
Will I need now to add #13#10 or so after each call to Append - I'm assuming that is something AppendLine does automatically.
Yes.
AppendLine() will append its argument, followed by Environment.Newline.
If you don't call AppendLine(), you will need to include the newline yourself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With