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
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Which operator can be used to check if two numbers are equal or not in vbscript?
did any one attended interview in applabs if you had gone through plz tell me the procedure
Mention how to assign a date value to a variable?
Which function is used to perform string comparison?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
How to open excel in vb script?
What is the purpose of regexp object in vbscript?
Explain about arrays in vb script?
Which object provide information about a single runtime error in a vbscript?
Why is error handling required?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
Explain about filter expression?
what is used of Property........End Property loop ? how to write the script for it?
How will you get a random number between 0 and 1 in vbscript?