tou32

Join bytes to unsigned 32bit number.

Syntax

tou32[a, b, c, d]

Parameters

a Most significant byte.
b Second byte.
c Third byte.
d Least significant byte.
Return Value Joined value.

Examples

#<result> = tou32[HEX[AA], hex[BB], hex[CC], hex[DD]]
(print,#<result>)

result: 2864434397 ;0xAABBCCDD in hex

See also

tou16 tos16, tos32