vbscript – Space
**FUNCTION:** `Space(number)`
**Description**
Crée une chaîne de N espaces.
**Syntax**
`Space(number)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo « [ » & Space(3) & « ] »
« `
**Output :** `[ ]`
**FUNCTION:** `Space(number)`
**Description**
Crée une chaîne de N espaces.
**Syntax**
`Space(number)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo « [ » & Space(3) & « ] »
« `
**Output :** `[ ]`
WSH – WshShell
VBScript – Formatage
WSH – WshShell
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…
WSH/FSO – Collections
FUNCTION: Atn( ) Implemented in version 1.0 Atn(Number) The Atn function returns the arctangent for a number. Code: <% =Atn(45.0) %> Output: 1.54857776146818 You can also use a negative number. Code: <% =Atn(-45.0) %> Output: -1.54857776146818