vbscript – Sqr
**FUNCTION:** `Sqr(number)`
**Description**
Racine carrée.
**Syntax**
`Sqr(number)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Sqr(9)
« `
**Output :** `3`
**FUNCTION:** `Sqr(number)`
**Description**
Racine carrée.
**Syntax**
`Sqr(number)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Sqr(9)
« `
**Output :** `3`
VBScript – Statements
OPERATOR: & Implemented in version 1.0 & The & operator is the preferred operator for concatenating strings. However, the + operator may also be used for concatenation. Code: <% cheese= » is made of blue cheese. » %> <% sentence= »The moon » & cheese & » Mice like blue cheese. » %> Output: The moon is made of blue…
WSH – WshShell
VBScript – Date/Heure
WSH/FSO – Fichiers
VBScript – Formatage