How to: |
The HEXTYPE function returns the hexadecimal view of an input value of any data type. The result is returned as variable length alphanumeric. The alphanumeric field to which the hexidecimal value is returned must be large enough to hold two characters for each input character. The value returned depends on the running operating environment.
HEXTYPE(in_value)
where:
Is an alphanumeric or integer field, constant, or expression.
HEXTYPE returns a hexidecimal view of COUNTRY_NAME.
HEXTYPE(COUNTRY_NAME)
For Argentina, the result is 417267656E74696E61.
WebFOCUS | |
Feedback |