**FUNCTION:** `Right(string, length)`
**Description**
Prend les N derniers caractères.
**Syntax**
`Right(string, length)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Right(« pleasant.ch », 2)
« `
**Output :** `ch`
**FUNCTION:** `Right(string, length)`
**Description**
Prend les N derniers caractères.
**Syntax**
`Right(string, length)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Right(« pleasant.ch », 2)
« `
**Output :** `ch`