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
Which operator can be used to do an xor operation in vbscript?
When to use function procedures and what are its characteristics?
If else for do while select in vb script?
What is the use of the formatdatetime function in the vbscript language?
What is the difference between VBScript and JavaScript?
i need to sort the data using qtp script for this how i need to write a qtp script
How are values assigned to the variables in the vbscript language?
What are the environments supported by vbscript language?
what is event handling?
In what way program "hello world" you can write in vbscript?
Explain the tristate constants in vbscript?
Which in-built function related to an array joins substrings into one string in the vbscript language?
How strcomp function works?
What is purpose of scripting.filesystemobject class in vbscript?
How will you get the smallest subscript of an array in vbscript?