Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?

1163


can anyone tell me the procedure of interview held in applabs

2249


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?

4067


What is the difference between a dictionary and an array?

1121


There are 5 web pages.write a script to click the button on 4th web page.

3475


How are values assigned to string type and numeric type variables?

1069


What is variant in vb script?

1204


Mention what is the main difference between function and sub-procedure?

1106


How to open browser in vb script?

1325


Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

1371


what is event handling?

1057


what is diff between static and dynaic arrys?

2214


Explain How do you create a recordset object in vbscript?

1068


What are subprocedures in vbscript?

1146


What are class variables?

1092