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 will you convert a string to lower case string using vbscript?
Why is it recommended to close the database connection every time after the work is completed?
What is the use of option explicit in vbscript?
Which keyword is used to declare a variable in the vbscript language?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
What are class properties?
Explain about adodb.stream class?
about vb scripting programs this type of all question& answers
What is byref and byval parameters in vbscript?
Mention how to access array data?
what is resorceallocation
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
How will you get the last occurrence of one string within another string using vbscript?
how to operate webobjects in a webpage using getobject function and then using generic methods?
Which in-built function related to an array joins substrings into one string in the vbscript language?