Hex to Binary
I have a HEX number that I want to convert to binary. I can do this manually for one hex at a time from this website (Hex to Binary Converter), but I can't figure out how to do this in jmp. Example from the web: My attempt in JMP: HEX2BIN formula:Any guidance would be much appreciated. Thanks! Links that haven't helped so far: Hexadecimal and BLOB FunctionsAll your base are belong to usRe: How to...