Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


compare the string without using stringcomp function?



compare the string without using stringcomp function?..

Answer / cnu_thatavarthi

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

Post New Answer

More VB Script Interview Questions

Mention what is the use of option explicit in vbscript?

0 Answers  


Write a program to create a Dynamic array of size 5 elements and display all the elements.

1 Answers  


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

1 Answers   Cap Gemini,


wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me

2 Answers  


What is the difference between for loop and while loop?

0 Answers  


What is the use of the recordset object and which statement is used to create such an object?

0 Answers  


What's the difference between vbscript and vb.net?

0 Answers  


What is difference between Active screen and movie screen recorder in QTP 9.2?

1 Answers  


Write a program to print all lines that contains a word either “testing” or “qtp”

2 Answers  


What are the rules to name variable in vbscript?

0 Answers  


write a vb script to rename a folder from tree4 to tree7

3 Answers  


print the array values in ascending order?

2 Answers   CSS Corp,


Categories