User Tools

Site Tools


fr:tohex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

fr:tohex [2016/01/01 22:45]
fr:tohex [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== ToHex =====
  
 +==== Format ====
 +
 +**ToHex** ( //Variable// )\\
 +
 +==== Description ====
 +
 +Retourne la représentation hexadécimale (base 16) de la valeur //Variable// sous forme de chaîne de caractères.
 +
 +==== Exemple ====
 +
 +<code>
 +For t = 0 to 15
 +print ToHex(t)
 +next t
 +</code>
 +Affichera :
 +<code>
 +0
 +1
 +2
 +3
 +4
 +5
 +6
 +7
 +8
 +9
 +a
 +b
 +c
 +d
 +e
 +f
 +</code>
 +
 +==== Voir Aussi ====
 +{{page>fr:start#Conversion des bases de numération&noheader}}
fr/tohex.txt · Last modified: 2020/02/28 10:46 (external edit)