XTD function

Syntax

XTD (string)

Description

Use the XTD function to convert a string of hexadecimal characters to an integer. If string evaluates to the null value, null is returned.

Example

Y = "0019"
Z = XTD (Y)
PRINT Z

This is the program output:

25