What are the properties of regexp object?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about the functionality of vb script?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
what is event handling?
Input = 124 output should be 124421 Please do not use any string functions/variables
how to comvert 120 into one hunderd twenty rupees only and vice varsa
What is byref and byval parameters in vbscript?
what is used of Property........End Property loop ? how to write the script for it?
write a program to display the system specifications of client system with the help of vb script.
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Hi Friends, I am facing some issues with If,else condition,i.e. i am working on some web page for ex:gmail page.now if i want to check if username is incorrect or already exist,i want to display error message in my test report,for this i am using a simple code first,i.e. If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "Shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If But still i am getting a syntax error If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If I don't feel any thing wrong in this syntax but i don't understand why it shows such error,i am confused what went wrong,please help me out & do the favor,thanks a lot....
Explain the string concatenation function in vbscript?
How can constants be declared in the vbscript language?