Alexandria Uptime: 16.13 Days
Total players online: 0



Take the Tour | Site Map

Name

inputHex — Converts a hexadecimal string value into a number.

Synopsis

call binary.txt inputHex { hex } { result }

Author

the.WZA

Parameters

Table 79. inputHex parameters

NameDescription
hexHexadecimal value (with leading x)
resultName of resulting binary variable.

Description

Converts a hexadecimal string value into a number.

Changes

#strRes

Example

call binary.txt inputHex x0F12CD44 myRegister

See Also

binary.inputBin, binary.outputHex