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

Dim str
str="welcome to qtp"

arr=split(str," ")
For i=0 to Ubound(arr)
abc=abc&arr(i)

Next
print abc

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the asc function?

934


Which function allows you to instantiate an object given its programmatic identifier or progid?

1029


What are the data types supported by vbscript?

1115


Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)

3669


how to increase the values in text box in a given text box increament by two values by clicking on button

2188


Which loop is used in case of arrays in the vbscript language?

958


how to acces the remote mechine using vb cript(QTP)

2027


Which object is used to work with the database in the vbscript language and what statement is used to create this object?

997


How to write functions and sub in vb script?

1099


How to write VB script for login module?

3180


What is the purpose of regexp object in vbscript?

1021


Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?

2484


Explain the functionality of vbscript?

937


What is the scope of a constant declared using public?

978


about vb scripting programs this type of all question& answers

2131