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
did any one attended interview in applabs if you had gone through plz tell me the procedure
what is used of Property........End Property loop ? how to write the script for it?
Mention how to assign a date value to a variable?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
what is resorceallocation
how to write validation function for date in vb script
What is the output of a + b in vbscript if a = 5 and b = 10?
Which in-built function is used to format the number in the vbscript language?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Mention the environments where vbscript could be run?
Which function is used in the vbscript language to convert the specified expression into a date type value?
How will you release the memory acquired by an array variable in vbscript?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
How to delete a cookie using vbscript?