**FUNCTION:** `IsEmpty(expression)`
**Description**
Teste si une variable non initialisée est `Empty`.
**Syntax**
`IsEmpty(expression)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
Dim x
WScript.Echo IsEmpty(x)
« `
**Output :** `True`
**FUNCTION:** `IsEmpty(expression)`
**Description**
Teste si une variable non initialisée est `Empty`.
**Syntax**
`IsEmpty(expression)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
Dim x
WScript.Echo IsEmpty(x)
« `
**Output :** `True`