User Tools

Site Tools


fr:tooctal

Differences

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

Link to this comparison view

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