![]() ![]() |
Reference Type: Supported, Category: Utility Functions, ICR#: 2622
The $$DEC^XLFUTL extrinsic function converts a number from a specified base, which must be between 2 and 16, to Base 10.
$$DEC^XLFUTL(n,base)
n: |
(required) Number to convert. |
base: |
(required) Base of number being converted. |
returns: |
Returns the converted number in Base 10. |
>S X=$$DEC^XLFUTL("FF",16) >W X 255 |