Could somebody please suggest me an idea....
We have Raw data which is being read and an variable MCL is getting created using $CHAR8. format and then when I print it with Format $HEX16. get below values...
MCL
----------
0008001E0001000F
00080015000000A3
0008001E0001000F
00080015000000A3
0008001E0001000F
00080015000000A3
0008001E0001000F
00080015000000A3
0008001E0001000F
Now each byte need to be converted in the format AA.BB.CC.DDDD format so for example if we take 0008 it will be 8 ,001E=30,0001=1,000F=15
so equivalent of hex value 0008001E0001000F should be 8.30.1.15 ....Could somebody suggest me how we do that?