fromU32

Breakes unsigned 32bit number to bytes.

Syntax

fromu32[i, x]

Parameters

i Parameter index.
x Number to break x.
Return Value Number to break x.

Examples

#<result> = fromu32[3000, hex[AABBCCDD]]
(print,#3000)
(print,#3001)
(print,#3002)
(print,#3003)

result:

170 ;0xAA in hex
187 ;0xBB in hex
204 ;0xCC in hex
221 ;0xDD in hex

See also

fromu16, froms16, froms32