Notice : Undefined variable: index : in /ref/index.php on line 13
Warning : Cannot modify header information - headers already sent by (output started at /core.php:20) : in /header.php on line 34
Warning : Cannot modify header information - headers already sent by (output started at /core.php:20) : in /header.php on line 35
Propriété statique fromCharCode -- Le Coin Web de QuentinC

Vous êtes ici : Accueil > Référence HTML et JavaScript > Objet String > Propriété statique fromCharCode

Propriété statique fromCharCode

Description

Retourne le caractère correspondant au code numérique indiqué.

Syntaxe

fromCharCode(Integer code)

Paramètres

  • Integer code : Le code numérique qui servira à obtenir le caractère correspondant.

Valeur de retour

Un nouvel objet String sera retourné, avec comme valeur le caractère demandé. Attention, sous certains navigateurs, la demande du caractère 0 provoque une erreur.

Voir aussi

charCodeAt.

Vous êtes ici : Accueil > Référence HTML et JavaScript > Objet String > Propriété statique fromCharCode

Dernière modification de cette page : Mardi 4 avril 2006 08:00
Haut de page  •  Contact  •  RSS  •  Valide XHTML 1.0