How to remove the spaces in a string Ex: "Welcome to
QTPWorld" ?
Answer Posted / mithuna reddy
Dim str,arrsplit,arrjoin
str = "Welcome to QTP World"
arrsplit = Split(str," ")
arrjoin = Join(arrsplit,"")
MsgBox arrjoin
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
what is diff between static and dynaic arrys?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
What is the technology used by vb script?
how to increase the values in text box in a given text box increament by two values by clicking on button
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Explain about operator precedence in vb script?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
What are the different types of operators and their order of precedence?
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.
Mention what is the technology used by vb script?
Mention how to assign a date value to a variable?
Explain How do you create a recordset object in vbscript?
Explain vbscript in detail?