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


Please Help Members By Posting Answers For Below Questions

How do you declare a variable in vbscript?

1117


How many types of operators are available in the vbscript language?

1008


Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.

2135


Anyone have qtp11.0 crack?

2895


who will create the object?

2252


How can constants be declared in the vbscript language?

1061


how to operate webobjects in a webpage using getobject function and then using generic methods?

3163


What is vbscript?

1177


Is vbscript a case-sensitive or case-insensitive?

1319


What are class properties?

1226


Explain about .wsf files?

1229


What is purpose of scripting.filesystemobject class in vbscript?

1175


How will you get the octal value of the given number in vbscript?

1025


If else for do while select in vb script?

1246


What are keywords in the vbscript language?

1079