User Tools

Site Tools


el:tooctal

Differences

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

Link to this comparison view

el:tooctal [2016/01/01 22:40]
el:tooctal [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== ToOctal =====
  
 +**Σύνταξη**
 +
 +ToOctal ( //αριθμός// )
 +
 +**Περιγραφή**
 +
 +Μετατρέπει τον δοσμένο αριθμό στον αντίστοιχο οκταδικό.
 +
 +**Παράδειγμα**
 +
 +<code>
 +For t = 1 to 10
 +print ToOctal(t)
 +next t
 +</code>
 +
 +Θα απεικονίσει
 +
 +<code>
 +1
 +2
 +3
 +4
 +5
 +6
 +7
 +10
 +11
 +12
 +</code>
 +
 +**See also**
 +[[en:fromOctal]]
el/tooctal.txt · Last modified: 2020/02/28 10:46 (external edit)