Is simple way to convert double value to its bytes representation? I tried using pointers like:
var
double_v:double;
address:^double;
....
double_v:=100;
address:=@double_v;
but every my concepts: how to read thise 8 bytes from address, end with “AV”.
Two examples for using of “absolute” …
Used as function