Hello… I have been using ChrB alot for converting integers into a binary strings (one byte at a time) and have a question. ChrB only converts one byte at a time ( ChrB(255) = 0xFF). I am looking for a cheat on bigger bytes. Say 0x11FF (two bytes instead of one). I couldn’t find a method to do this and I have no problem using ChrB, but I figured I’d check before writing more code.
Kem I was setting up a structure which is how I ran into the original question about converting more than one byte at a time. My code above was test code since I just designed the rfc like protocol specs. Thanks again for your help guys!! The validation helps tremendously!