I have output
New_MS= 102311144
I need to make this value as input by read each two number and add 0x to be hexadecimal, if the last number is just one number then should added 0 to end. As like in below
New_MS= (0x10, 0x23, 0x11, 0x14, 0x40)
Any idea how to do this