How to remove the spaces in a string
Ex: "this is apple"
Answer Posted / eswar
s = "this is apple"
x = Split(s," ")
For each i in x
y=y&i
Next
MsgBox y
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How will you format a number in percetage format in vbscript?
What is the extension of the vbscript file?
How are arrays declared in the vbscript language?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
Explain about constants in vb script?
How will you release the memory acquired by an array variable in vbscript?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
How strcomp function works?
what is diff between static and dynaic arrys?
Is vbscript a case-sensitive or case-insensitive?
please can you help me to get a code of flames using a visual basic 6
What is the use of the date function in the vbscript language?
after medical test,when will be the police verification
Mention what is vbscript?
How will you check that a variable is an array in vbscript?