Hello,

is there an easy way as in C or c++ to get an integer from a byte array

c code
Code:
char test[4];

return (int)test;
Regards
Hansjörg