Extract a word from a sentenece?

Answer Posted / neeraj kumar

Hi friends!

I would like to help you,

This example can help you

Dim Str, Str2
Str="Automate your business processes & be more"
Str2=Mid(Str, 9, 5)
msgbox Str2

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Associate Repository in QTP 9.2 ?

603


What are the differences between qtp and winrunner?

537


what is the diff b/w assistive and mandatary rules of object repository in QTP???

1614


Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?

566


Did the scripts need lot of maintenance? If yes, why?

3298






Where we can use the synchronization?

571


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

2873


What is clean sweep?

1380


What are the features of quick test pro(qtp)?

536


i need qtp tutorial. pls send it to sridhar.k151@g mail.com

1641


How to use debug tools?

2198


Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance

1773


What is debugging? How you debug your script?

610


Explain runtime dynamic settings?

2026


I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?

1851