how to extract certain bits from a string hex column to number ?
Hello, Gurus,I have a very simple question on how to extract certain bits from a string hex column(named Flags) to numbers. My column values will be like "0x1BA1". I would like to extract the bits 8 and 9 values and convert them to a value of 3 into my new column. Since I don't know the binary operation in jmp, I tried to extract B into 11 first by doing the followingChar To Hex(Munger(:Flags, 4, ...