HEXinASCII_TO_BYTE (FUN)ΒΆ
FUNCTION HEXinASCII_TO_BYTE : BYTE
Converts one word in HEX code representing its ASCII value into one byte of binary code
The higher byte in the input represents the higher bits in the output. Use BYTE_TO_HEXinASCII function for the reverse conversion.
- InOut:
Scope
Name
Type
Comment
Return
HEXinASCII_TO_BYTEBYTEValue in binary code of the input
WInput
WWORDValue in HEX code