My Assistant
|
|
Apr 27 2007, 12:19 AM
Post
#1
|
|
|
UtterAccess Addict Posts: 140 |
I have an application that needs to send a hex code to a printer. The problem I am having is that it is sending a hex 22 charactor (which is a ") at the start and end of string.
How can I stop it sending the hex 22 at the start and end of the string ? The variable is defined as: Public g_open_code As String g_open_code = Chr$(27) & Chr$(112) & Chr$(0) & Chr$(5) & Chr$(80) The code that issues the command is: Open w_strportname For Output As #w_freefile Write #w_freefile, g_open_code Close #w_freefile |
|
|
|
dkmarsh sending hex code to printer without " Apr 27 2007, 12:19 AM
datAdrenaline Re: sending hex code to printer without " Apr 27 2007, 02:00 AM
strive4peace2010 Re: sending hex code to printer without " Apr 27 2007, 02:04 AM
datAdrenaline Re: sending hex code to printer ... windows default printer Apr 27 2007, 03:00 AM
strive4peace2010 Re: sending hex code to printer ... windows default printer Apr 27 2007, 11:24 AM
dkmarsh Re: sending hex code to printer without " May 7 2007, 10:52 PM
datAdrenaline Re: sending hex code to printer without " May 11 2007, 02:07 PM
BuddyM Re: sending hex code to printer without " Apr 30 2009, 03:09 AM
datAdrenaline Re: sending hex code to printer without " Apr 30 2009, 06:48 AM
BuddyM Re: sending hex code to printer without " May 4 2009, 02:31 AM![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 4th February 2012 - 11:23 PM |