How will you trim the spaces on the left of a string using vbscript?
Answer / allamraju.sai.kumar@gmail.com
we use LTrim function to remove the spaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
write a vb script to generate hello 5 times using do until loop
write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple
How are values assigned to the variables in the vbscript language?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
How to find arry size in qtp vb script
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
can u test the application without add-in?
How to declare an array in vbscript?
Why is error handling required?
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....
How to write VB Script for selecting a particular row in a WebTable?
What is vbscript language used for and which earlier language is it modeled upon?