Thu Mar 31, 2011 12:26 am
<%
Dim strExample1 , strExample2
'initialization
strExample1 = "first to do"
strExample2 = "second to do"
'compare the two strings
intTest= strComp(strExample1 , strExample2)
'if condition on compare
If intTest= 0 Then
Response.Write "Strings are the same"
'different strings
Else
Response.Write "strings are different"
End if
%>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.