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 :** `[ ]`
OPERATOR: > Implemented in version 1.0 > The > operator determines if the first expression is greater-than the second expression. Code: <% 123 > 456 %> <% « a » > « A » %> Output: False True
WSH/FSO – Fichiers
VBScript – Chaînes
VBScript – Web
WSH/FSO – Fichiers
VBScript – Math