User Tools

Site Tools


el:tohex

Differences

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

Link to this comparison view

el:tohex [2016/01/01 22:40]
el:tohex [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== ToHex =====
  
 +**Σύνταξη**
 +
 +ToHex ( //αριθμός// )
 +
 +**Περιγραφή**
 +
 +Επιστρέφει μια συμβολοσειρά που αναπαριστά στο δεκαεξαδικό σύστημα τον δοσμένο αριθμό.
 +
 +**Παράδειγμα**
 +
 +<code>
 +For t = 1 to 10
 +print ToHex(t)
 +next t
 +</code>
 +
 +θα απεικονίσει
 +
 +<code>
 +1
 +2
 +3
 +4
 +5
 +6
 +7
 +8
 +9
 +a
 +</code>
 +
 +**Δες επίσης**
 +[[en:fromhex]]
el/tohex.txt · Last modified: 2020/02/28 10:46 (external edit)