How to remove the spaces in a string Ex: "Welcome to
QTPWorld" ?
Answer Posted / vishnu
Str = "Welcome to QTPWorld"
Sp1=Split(str)
For i=0 to ubound(Sp1)
temp=temp&Sp1(i)
Next
print temp
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you declare a variable in vbscript?
How many types of operators are available in the vbscript language?
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.
Anyone have qtp11.0 crack?
who will create the object?
How can constants be declared in the vbscript language?
how to operate webobjects in a webpage using getobject function and then using generic methods?
What is vbscript?
Is vbscript a case-sensitive or case-insensitive?
What are class properties?
Explain about .wsf files?
What is purpose of scripting.filesystemobject class in vbscript?
How will you get the octal value of the given number in vbscript?
If else for do while select in vb script?
What are keywords in the vbscript language?