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`
FUNCTION: CCur( ) Implemented in version 1.0 You can determine the expression subtype by using the function VarType( ). CCur(Number) The CCur function converts any number or numeric string to the variant of subtypeCurrency. Converts to currency values ranging from -922,337,203,685,477.5808 to 922,337,203,685,477.5807 Code: <% anynumber=(12345) %> <% =CCur(any_number) %> Output: 12345 Code: <% any_numeric_string=(« 98765 ») %> <% =CCur(any_numeric_string)…
VBScript – Date/Heure
WSH – WScript
VBScript – Statements
WSH – WshNetwork
VBScript – Date/Heure