How to remove the spaces in a string
Ex: "this is apple"
Answer Posted / anand
x= "This is VBScript"
y = Split(x)
msgbox join(y,"")
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Which function is used to perform string comparison?
What are the environments supported by vbscript language?
Mention how to create a cookie using vbscript?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
What is the event handling in vbscript?
what is the use of QCUtil? explain with one example?
What is the use of the formatdatetime function in the vbscript language?
what is event handling?
How will you get the smallest subscript of an array in vbscript?
How to throw an error in vbscript?
What are the disadvantages of vbscript?
How will you get the exponent of the given number in vbscript?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
how to acces the remote mechine using vb cript(QTP)
What are class variables?