I give up, how do I get $3FE3586328F97ED5 AND $C000D1A6DD4B949E into the N-Bit Math Value32 variable?
The above two 64 bit hex numbers reside in an array and represent latitude (34.xxxxxx) and longitude (-120.xxxxxx).
John
I give up, how do I get $3FE3586328F97ED5 AND $C000D1A6DD4B949E into the N-Bit Math Value32 variable?
The above two 64 bit hex numbers reside in an array and represent latitude (34.xxxxxx) and longitude (-120.xxxxxx).
John
Well, assuming you have PBP 2.60, and the number starts at the beginning of the array, you could do this ...
You can add a SKIP n, if it starts later in the array.Code:ARRAYREAD MyArray,[HEX2 Value64(7),HEX2 Value64(6),HEX2 Value64(5),HEX2 Value64(4), _ HEX2 Value64(3),HEX2 Value64(2),HEX2 Value64(1),HEX2 Value64(0)]
HTH,
DT
Bookmarks