How to remove the spaces in a string Ex: "Welcome to
QTPWorld" ?
Answer Posted / mahesh
Ex::
X="Welcome to QTP World"
Y=trim(X)
Msgbox Y
O/p::WelcometoQTPWorld
| Is This Answer Correct ? | 4 Yes | 29 No |
Post New Answer View All Answers
Explain about the support of asp for vb script functionality?
What methods are used to create text files and open text files in the vbscript language?
how to automatically update the sql server2005 database records when insert in vb6?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Write a code to print numbers from 5 to 0?
What is difference between vbscript and vba?
In what way program "hello world" you can write in vbscript?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Explain about constants in vb script?
How are arrays declared in the vbscript language?
What are the data types supported by vbscript?
How to take whole text output from screen of Bitmap Application.
What are the differences between sub procedures and function procedures?
Mention how to create a cookie using vbscript?
What is the use of the date function in the vbscript language?