**FUNCTION:** `Len(string)`
**Description**
Retourne la longueur d’une chaîne.
**Syntax**
`Len(string)`
**Paramètres**
– `string` : Chaîne.
**Retour**
Longueur (Integer).
**Exemples**
« `vb
WScript.Echo Len(« ConformIT »)
« `
**Output :** `8`
**Voir aussi**
`Mid`, `Left`, `Right`