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
Mention what is the technology used by vb script?
How to assign a numeric value to a variable?
What is the difference between function and procedure?
Is vbscript a case-sensitive or case-insensitive?
What is the use of the date function in the vbscript language?
What are class events?
how to write validation function for date in vb script
What is the event handling in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
what do you mean .ota mobile format
Is VB Script Case sensitive or Case insensitive?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Explain about filter expression?
How strcomp function works?
What are the advantages of vbscript?