vbscript – Time
**FUNCTION:** `Time()`
**Description**
Retourne l’heure courante (sans la date).
**Syntax**
`Time()`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Time
« `
**Output :** `heure courante`
**FUNCTION:** `Time()`
**Description**
Retourne l’heure courante (sans la date).
**Syntax**
`Time()`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Time
« `
**Output :** `heure courante`
VBScript – Math
OPERATOR: \ Implemented in version 1.0 \ The \ operator divides two numbers and returns an integer (fixed-point). Each number can be either floating-point or fixed-point. This operator works by rounding the values of the supplied operands to integers (if necessary) before performing the calculation and only returns an integer with no decimal representation (truncated)….
OPERATOR: <> Implemented in version 1.0 <> The <> operator is called the not equal or inequality operator. Code: <% If 128 <> 777 Then Response.Write(« Not equal ») End If %> Output: Not equal
VBScript – Chaînes
VBScript – Date/Heure
VBScript – Conversion