vbscript – VarType
**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)`
OPERATOR: + Implemented in version 1.0 + The + operator has two uses. It is used to add numbers together. It also may be used to concatenate (combine) strings together. Note it is usually recommended that only the & operator be used for string concatenation. Addition: Code: <% total = 5.678 + 0.234 + 23.1…
WSH/FSO – Collections
OPERATOR: <= Implemented in version 1.0 <= The <= operator determines if the first expression is less-than-or-equal the second expression. Code: <% 123 <= 456 %> <% « a » <= « A » %> Output: True False
VBScript – Date/Heure
WSH/FSO – Fichiers
VBScript – Date/Heure