| WRITEVU | Index Level | zero, evaluation |
| Syntax | XTD( string.expression ) |
| Category | BASIC |
| Type | Function |
| Description | converts an expression from its hexadecimal format into its equivalent decimal format. |
| Options | |
| See Also | statements & functions string.expression functions |
| Example |
number = xtd("a")
This assigns "10" to "number". |
| Warnings | When a non-hexadecimal string is passed to the "xtd" function, zero (0) is returned. |
| Compatibility | D3 7.0 AP R83 |
| WRITEVU | Index Level | zero, evaluation |