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
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
can anyone tell me the procedure of interview held in applabs
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
What is the difference between a dictionary and an array?
There are 5 web pages.write a script to click the button on 4th web page.
How are values assigned to string type and numeric type variables?
What is variant in vb script?
Mention what is the main difference between function and sub-procedure?
How to open browser in vb script?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
what is event handling?
what is diff between static and dynaic arrys?
Explain How do you create a recordset object in vbscript?
What are subprocedures in vbscript?
What are class variables?