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 Prochaine révision | Révision précédente | ||
| 
                    prog:lazarus:functions:format [23/05/2020 11:34] thierry [Plus d'infos]  | 
                
                    prog:lazarus:functions:format [23/05/2020 11:38] (Version actuelle) thierry [Sources et Ressources]  | 
            ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Format ====== | ====== Format ====== | ||
| + | ===== La fonction Format('',[]) ===== | ||
| + | |||
| Cette fonction est une fonction super utile pour formater du texte | Cette fonction est une fonction super utile pour formater du texte | ||
| Ligne 23: | 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 ===== | ||