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


Please Help Members By Posting Answers For Below Questions

Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards

2252


what is the use of QCUtil? explain with one example?

6311


Explain the filter expression?

617


How strcomp function works?

617


How will you get a random number between 0 and 1 in vbscript?

709






How to throw an error in vbscript?

591


how to increase the values in text box in a given text box increament by two values by clicking on button

1641


How will you get a subset of a array in vbscript?

575


By default in vbscript the arguments passed to functions and subroutines are by reference or by value?

612


What are the special sub-types in vbscript?

540


How will you get the exponent of the given number in vbscript?

544


how to acces the remote mechine using vb cript(QTP)

1595


How to create a cookie using vbscript?

576


Mention what is vbscript?

587


Mention what is select case statement?

537