vbscript-greater-than
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
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
WSH/FSO – Fichiers
VBScript – Math
VBScript – Math
VBScript – Statements
WSH – WshShell