What are string functions in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
Input = 124 output should be 124421 Please do not use any string functions/variables
What is variant in vb script?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
write a vb script to generate hello 5 times using do until loop
How to create MSAcess table foriegn key
How to assign a numeric value to a variable?
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
What are events in the vbscript language?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
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....
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
How many types of procedures are available in the vbscript language?