MC-Basic:HEX$

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

See Also