Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente | |||
prog:lazarus:functions:format [23/05/2020 11:35] thierry [Format] |
prog:lazarus:functions:format [23/05/2020 11:38] (Version actuelle) thierry [Sources et Ressources] |
||
---|---|---|---|
Ligne 25: | Ligne 25: | ||
|%u |Unsigned decimal | | |%u |Unsigned decimal | | ||
|%x |Hexadecimal | | |%x |Hexadecimal | | ||
+ | |||
+ | ===== Autres formats ===== | ||
+ | ==== Hexadecimal ==== | ||
+ | * IntToHex : [[https://lazarus-ccr.sourceforge.io/docs/rtl/sysutils/inttohex.html]] | ||
+ | * Autres infos en bas de cette page : [[https://wiki.freepascal.org/Hexadecimal]] | ||
+ | |||
===== Sources et Ressources ===== | ===== Sources et Ressources ===== |