------------------
This is 1st line.
Indented2ndLine
------------------
I insert a printer command "<27>(0U<27>(s0P<27>(s8.00h9.00v0s0b0T"
before "Indented2ndLine". This print command is used to configure the
font. The printed result is messy (the text is overlapped).
Then I embed "Indented2ndLine" inside the printer command, i.e.
"<27>(0U<27>(s0P<27>(s8.00h9.00v0s0b0TIndented2ndLine". The printed
result is as below, i.e. the text "Indented2ndLine" is appended to the
first line.
------------------
This is 1st line. Indented2ndLine
------------------
Any solution to position the Printer Command? My current workarount is
to embed the new line <10> and blank spaces <32> into the Printer
Command as well, such as
"<27>(0U<27>(s0P<27>(s8.00h9.00v0s0b0T<10><32><32>Indented2ndLine". I
want to know whether there are some better resolutions. Thanks.
Shan Chun
shanc...@yahoo.com