Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets or returns the numeric base used to display integer values.
Syntax
Debug.SetRadix [10 | 16 | hex | dec]
Arguments
10 or 16 or hex or dec
Optional. Indicates decimal (10 or dec) or hexadecimal (16 or hex). If an argument is omitted, then the current radix value is returned.
Example
This example sets the environment to display integer values in hexadecimal format.
>Debug.SetRadix hex