**FUNCTION:** `VarType(var)`
**Description**
Retourne un code numérique décrivant le type Variant.
**Syntax**
`VarType(var)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo VarType(Now)
« `
**Output :** `7 (Date)`
**FUNCTION:** `VarType(var)`
**Description**
Retourne un code numérique décrivant le type Variant.
**Syntax**
`VarType(var)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo VarType(Now)
« `
**Output :** `7 (Date)`