Difference between revisions of "MC-Basic:HEX$"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= HEX$(<''number''>) |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= HEX$ returns the string representation of a number in a hexadeci…') |
m (1 revision) |
(No difference)
| |
Revision as of 16:09, 13 December 2010
HEX$ returns the string representation of a number in a hexadecimal format.
Letters appear in capital form.
Syntax
HEX$(<number>)
Availability
Versions 3.6.20 and higher
Type
<return value>: String
<number>: Long
Range
<number>: MinLong to MaxLong
Scope
Configuration, Task or Terminal
Examples
-->myStr = Hex$(985421)
-->?myStr
F094D