compare the string without using stringcomp function?
2. how to compare values without using String compare function?
Ans:
Option Explicit
Dim strValue
strValue = "Thatavarthi"
If strValue = "Thatavarthi" Then
MsgBox "Both strings are same"
Else
MsgBox "Both strings are not same"
End If
'Expected out Put
---------------------------
---------------------------
Both strings are same
---------------------------
OK
---------------------------
| Is This Answer Correct ? | 0 Yes | 1 No |
Mention what is the use of option explicit in vbscript?
Write a program to create a Dynamic array of size 5 elements and display all the elements.
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me
What is the difference between for loop and while loop?
What is the use of the recordset object and which statement is used to create such an object?
What's the difference between vbscript and vb.net?
What is difference between Active screen and movie screen recorder in QTP 9.2?
Write a program to print all lines that contains a word either “testing” or “qtp”
What are the rules to name variable in vbscript?
write a vb script to rename a folder from tree4 to tree7
print the array values in ascending order?