Hello, I am building a program to edit stuff at the binary level. I found that by using &HAA, for example, it would write AA in hex. My problem is I have variables that I want to write from text boxes. And I can not do &H & text1.text!
And even if i convert them to hex, and do put #1, &H27110, var, it writes it into the file as asc

Any help is greatly appreciated!