i have string "I LIKE INDIA"..how to i get LIKE from the
sting..

Answer Posted / kk reddy

str="I LIKE INDIA"

var=mid(str,3,4)

msgbox var

Is This Answer Correct ?    17 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain QTP using different development techniques ?

542


What is the differences between image check point and bit map check point?

584


Where you are storing your script?

643


Differences between quicktest professional (qtp) and winrunner?

629


what is ODC and GDC?

7357






HOw to add the recovery file at runtime to the test file .

1547


What are the technics follow in writing VB script?

1538


what are the limitations of smart identification in qtp 9.0

1934


How to record a qtp script ?

566


How many ways we can parameterize data in quicktest professional (qtp)?

589


when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks

1738


How can you identify the browser and its information using QTP script?

552


I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that

1402


Explain how you can find length of array in qtp?

601


In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?

1449