Converting Microsoft _int64

frafati

New Member
Hello all,

How can I read a 8 byte raw data that represents a 64 bit integer (Microsoft specific _it64 data type)?
I tried GET-DOUBLE and it failed because the value was to big.

Any help as where I can find information in this type of subjects will also be appreciated.

Thanks
 
Please disregard this question.
GET-DOUBLE funtion works fine.
I was just relaying another programer's headace.


frafati said:
Hello all,

How can I read a 8 byte raw data that represents a 64 bit integer (Microsoft specific _it64 data type)?
I tried GET-DOUBLE and it failed because the value was to big.

Any help as where I can find information in this type of subjects will also be appreciated.

Thanks
 
Back
Top