Limitation Of HexToNumber()
I'm using JMP10 and notice for Hex To Number( hextext), hextext is limited to 31-bits. Is there a way around this?Hex To Number("7FFFFFFF") = 2147483647, Hex To Number("80000000") = -2147483648. I need to multiply two hex strings (each can be upto 4-bytes) and in the resulting number, depending on state of MSB bit, extract Bits[29:14] or Bits [27:12]. Can this be done in JSL?