|
|
|
|
|
- Éviter l'utilisation de la fonction Caract
Caract (Fonction) En anglais : Charact Renvoie le caractère correspondant au code ASCII spécifié. Le code ASCII utilisé correspond à la norme ANSI utilisée par Windows. CaractASCII = Caract(49)
CaractASCII = Caract(87)
Syntaxe
<Résultat> = Caract(<Code ASCII à convertir>)
<Résultat> : Chaîne de caractères Caractère correspondant au code ASCII précisé. <Code ASCII à convertir> : Entier Valeur à convertir (comprise entre 0 et 255). Si la valeur n'est pas conforme, une erreur du WLangage est générée. Remarques Éviter l'utilisation de la fonction Caract Les constantes prédéfinies suivantes permettent d'éviter l'utilisation de la fonction Caract : | | | Constante | Valeur | Fonction |
---|
RC | Caract(13) + Caract(10) | Retour Chariot | TAB | Caract(9) | Tabulation | ESC | Caract(27) | Touche Echap | ESP | Caract(160) | Espace insécable |
Documentation également disponible pour…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|