How to remove the spaces in a string
Ex: "this is apple"

Answer Posted / kamepalli

a=split("this is apple"," ")
b=a(0)+a(1)+a(2)

msgbox b.

Is This Answer Correct ?    11 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention what is variant in vbscript?

552


What is the extension of the vbscript file?

549


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

527


How can constants be declared in the vbscript language?

551


How to open a file. What is the perpose of true and false mode there?

607






What are the 2 ways in which a variable can be declared in the vbscript language?

564


Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com

1812


Description.Create

2160


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

525


What are events in the vbscript language?

544


how to comvert 120 into one hunderd twenty rupees only and vice varsa

1800


how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.

4741


Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository

1789


How to declare an array in vbscript?

666


Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.

1619