Answer Posted / kapil gupta
hi all
check this
varStr = "I wanted to remove one word from the sentence"
'i am trying to remove "word" from the above sent..
MyArray = Split(varStr," word ")
i = ubound(MyArray)
MyString = join(MyArray)
msgbox MysSring
Contact me on kapilet05@gmail.com if you need more info..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How we can import data from database?
How to use checkpoints in qtp ?
Hi All, How to get repeated word in string . Thanks Balaji
Explain different types of checkpoints?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
What is a recovery scenario?
what is the advantages and disadvantages of using functions instead of re usable actions
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
What is the limitation to XML Checkpoints?
how to idetfy which test cases are automated?who will deside that plz tell me
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
what you mean by artifact,milestone...
What is the synchronization point in qtp?
how to acess a test in RSA?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?