**FUNCTION:** `StrComp(string1, string2[, compare])`
**Description**
Compare deux chaînes (0 égal, <0, >0).
**Syntax**
`StrComp(string1, string2[, compare])`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo StrComp(« abc », »ABC », 1)
« `
**Output :** `0`