**FUNCTION:** `UCase(string)`
**Description**
Met en majuscules.
**Syntax**
`UCase(string)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo UCase(« abc »)
« `
**Output :** `ABC`
**FUNCTION:** `UCase(string)`
**Description**
Met en majuscules.
**Syntax**
`UCase(string)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo UCase(« abc »)
« `
**Output :** `ABC`