vbscript-not equal
OPERATOR: <>
Implemented in version 1.0
<>
The <> operator is called the not equal or inequality operator.
Code:
<%
If 128 <> 777 Then
Response.Write(« Not equal »)
End If
%>
Output:
Not equal
OPERATOR: <>
Implemented in version 1.0
<>
The <> operator is called the not equal or inequality operator.
Code:
<%
If 128 <> 777 Then
Response.Write(« Not equal »)
End If
%>
Output:
Not equal
VBScript – Date/Heure
VBScript – Tests
VBScript – Math
WSH/FSO – Collections
VBScript – Formatage
VBScript – Statements