Jump to content
Macro Express Forums

BadCheeZ

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by BadCheeZ

  1. 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.

×
×
  • Create New...