I have to read a file that has hexadecimal values as :
.......f
00000008
00000016
or
.......*
00000005
000002DC
or
....Be..
0000C830
000525FD
00000008
00000016
or
.......*
00000005
000002DC
or
....Be..
0000C830
000525FD
My question is, how to declare the variable to hold this value ? Fixed decimal (15) is not working at all. I need to do some aritmetical operations with them.
Thanks !