Name
inputHex — Converts a hexadecimal string value into a number.
Synopsis
call binary.txt inputHex { hex } { result }
Parameters
Table 79. inputHex parameters
Name | Description |
---|
hex | Hexadecimal value (with leading x) |
result | Name of resulting binary variable. |
Description
Converts a hexadecimal string value into a number.
Example
call binary.txt inputHex x0F12CD44 myRegister