BadCheeZ Posted December 4, 2008 Report Share Posted December 4, 2008 I have tried to set a variable with a HEX string per the following example in the book: Variable Set String %T1% "\x3C\x54\x45\x58\x54\x54\x59\x50\x45\x3A\x54\x68\x65\x20\x71\x75\x69\x63\x6B\x20\x62\x72\x6F\x77\x6E\x20\x66\x6F\x78\s \x3E" Once the variable is set and I try to append it to the file all I get at the end of the file is: "\x3C\x54\x45\x58\x54\x54\x59\x50\x45\x3A\x54\x68\x65\x20\x71\x75\x69\x63\x6B\x20\x62\x72\x6F\x77\x6E\x20\x66\x6F\x78\s \x3E" Is it possible to write hex values into a file rather than just text? I searched the forum for previous questions about writing hex values to a file and found none. I apologize in advance if this question has been addressed. Quote Link to comment Share on other sites More sharing options...
kevin Posted December 4, 2008 Report Share Posted December 4, 2008 The \x65, method of specifying hexadecimal values work for the Run Macro In Variable command but not in the Variable Set String command. Check out the Variable Set %T1% to ASCII Char of %N1% command to do what you need. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.