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 / sowjanya

Msgbox Replace("wellcome to qtp world"," ","")

OR

str= "Wellcome to qtp world"

arr=Split(str," ")

for i=0 to Ubound(arr)

abc=abc&arr(i)

next

msgbox abc

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.

3072


Which event is triggered when mouse focus comes out of an element in the vbscript language?

1001


Explain the extension .hta?

1014


What is the technology used by vb script?

1016


Explain the asc function?

995


Which data type/types are supported by vbscript language and what are their specialties?

1098


What is the difference between do until loop and do while loop?

1127


what is resorceallocation

2275


How will you reverse a string in vbscript?

1215


Explain the support of asp for vb script functionality?

1121


What are the different types of loops available in the vbscript language?

1035


Out of the different type of operators, which are evaluated first and last in the vbscript language?

1049


What is vbscript?

1177


Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.

2251


Difference between dim,public and private variables in vb script?

1000