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
Difference between dim,public and private variables in vb script?
What is byref and byval parameters in vbscript?
How many types of operators are available in the vbscript language?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
What is the difference between a dictionary and an array?
Is vbscript language a case-sensitive language and what does it mean?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
Mention how you can call vbscript functions?
How to get the length of the string by making use of the string function?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
How to Convert Hex color code to color name in VB Script?
how to acces the remote mechine using vb cript(QTP)
What are the valid scopes of a variable in vbscript?
How to create a cookie using vbscript?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks