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`
Property: TextStream.AtEndOfLine Implemented in version 2.0 object.AtEndOfLine The AtEndOfLine property returns a Boolean value. If the file pointer is positioned immediately before the file’s end-of-line marker, the value is True. Otherwise, the value is False. The TextStream object must be open for reading or an error will occur when retreiving this property this method. The…
VBScript – Chaînes
WSH/FSO – Fichiers
OPERATOR: And Implemented in version 1.0 And The And operator is used to perform a logical conjunction on two expressions, where the expressions are Null, or are of Boolean subtype and have a value of True orFalse. The And operator can also be used a « bitwise operator » to make a bit-by-bit comparison of two integers….
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)….
VBScript – Date/Heure