User Tools

Site Tools


en:tohex

This is an old revision of the document!


ToHex (Function)

Format

ToHex ( numeric_expression )

returns string_expression Description This function converts the integer part of the number passed into a Hexadecimal (base 16) string. Hexadecimal represents 16 different values per digit and the symbols 0-9 and a-f are used. Example <code> For t = 1 to 10 print ToHex(t) next t </code> Results in <code> 1 2 3 4 5 6 7 8 9 a </code> ==== See Also ====

==== History ==== |0.9.9.45|New To Version|

en/tohex.1471027646.txt.gz · Last modified: 2020/02/28 10:46 (external edit)