Extract a word from a sentenece?

Answer Posted / rajaram_patil

'Use the code below

varStr = "This is a sentence"

MyArray = Split(varStr," ")

i = ubound(MyArray)

For j=0 to i step 1
msgbox MyArray(j)
Next

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.

1529


Why script error occur in between recording in qtp?

1766


How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.

1540


what is vmodel?advantages and disadvantages of vmodel?

1614


What is the descriptive programming?

1516






hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.

1836


What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?

598


Can any suggest me what is exposure testing?

1378


How you calling actions in qtp?

630


How many types of run modes are there in qtp?

586


unique properties of button,edit box, radio button,check box?

3826


Differences between quicktest professional (qtp) and winrunner?

622


If I change the property value at runtime is it effect is object repository?

609


Is it possible to call from one action to another action in qtp?

564


How did you use regular expressions in QTP and also in WR?

2165