HiLMAs reference
Back

Conversion instructions

Next

HEX2VAR

HEX2VAR hex-string,string[,length]

 

Description

Convert a string containing an hexadecimal value and put it in string. Optional length parameter overrides the predefined length of the input variable. Input string should contain a valid hexadecimal string (termined by spaces or by string length); if input string is invalid $DATAERR contain an 'H', otherwise $DATAERR contain a space.

 

Parameter specifications

Parameter Name Mode Type coding Remark
1 hex-string Input String C or X  
2 string Output String C or X Will contain converted value
3 length Input Integer F or H or const.  

 

 

Examples

 


Back Start Next
VAR2HEX Top INT2PAC