I can't seem to get that to work. it gives me 0 for each of those bytes, but I am trying to call them in a digits panel.
Is there a way to verify that? and I'm not sure how to recombine them back. Would you be able to show me the code please.

I've also tried memcpy but not sure if it's working either
byte bytez[4];
float f = 852140;
var fa = f;
memcpy( bytez, &f, sizeof(f) );


Black holes are where God divided by zero.