**FUNCTION:** `Mid(string, start[, length])`
**Description**
Extrait une sous-chaîne.
**Syntax**
`Mid(string, start[, length])`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Mid(« pleasant.ch », 9, 2)
« `
**Output :** `ch`
**FUNCTION:** `Mid(string, start[, length])`
**Description**
Extrait une sous-chaîne.
**Syntax**
`Mid(string, start[, length])`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Mid(« pleasant.ch », 9, 2)
« `
**Output :** `ch`