Quote: "Er, it's called ASCII. Generally you're supposed to know about it before you start programming "
well, not necessarily
I'm surprised you didn't realize it though..
As for a byte editor... uh... you can do it in a hex editor, ya just gotta learn hex
You're better off simply writing a conversion program in db, to take an input string, and convert the string to individual bytes and output it to a file
But why go to all that work, it's just as simple to take a character and read it's ascii value...
number = ASC(MID$(string$,position))
Yarr join LoGD and defeat your fellow coders!