How to remove the spaces in a string
Ex: "this is apple"
Answer Posted / shashank shekhar raj
Hai,
Try this it's much easier
x="This is apple"
x=replace("This is apple"," ","")
MsgBox x
REPLACE is function in which i replace whitespace (" ")
by no space ("")
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
Explain few date functions in vbscript?
wht must be the interview question on corinthian information technology solutions incorporated.
How will you get the exponent of the given number in vbscript?
who will create the object?
How can the spaces from the string be removed?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
What is select case statement?
How to Convert Hex color code to color name in VB Script?
What is the event handling in vbscript?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Explain different types of segment?
Why to use option explicit in vb script?
What is the difference between VBScript and JavaScript?
what is the use of QCUtil? explain with one example?
How you can call vbscript functions?