write a script to extract LIKE word from the sentence I
LIKE Flowers



write a script to extract LIKE word from the sentence I LIKE Flowers..

Answer / vikash mishra

dim x,y,z
x= "I LIKE Flower"
y = mid(x,3,4)
msgbox y
it will give the LIKE you as a out put
another way

x = "I LIKE Flower"
y = split(x,"")
for i= 0 to ubound(y)
msgbox y(i)
next
it will give I,LIKE,Flower
so,these are the way ....

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Testing AllOther Interview Questions

At what phase tester role starts?

3 Answers   TCS,


I faced this question in the interview "What is the reason for leaving the previous job?" I answered "Career Growth as well as financial growth" Is this a right answer?

2 Answers   Focus,


I would like to know the kinds of questions that could come up with regard to backend testing? As i am new to this field would also know if backend testing is restricted only to sql and unix. If at all anyone has any information on the same kindly get back to me..thanks

0 Answers  


Does anyone have best practices for daily backup &restore process for qc 11 ?

0 Answers   HP,


what are all the folders maintained in memory location?

0 Answers  






What is intrusive testing?

0 Answers  


What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better? how would u do performance Testing manually for web site.

5 Answers   Symbions Soft,


why do you choose testing?

2 Answers   Cap Gemini,


How is an sql query executed in oracle 8?

0 Answers  


What is cause-and-effect (fishbone) diagram?

0 Answers  


Hi All!!Can anyone please suggest some better website to learn Mainframe Testing??Am very much new to Mainframes. Thanks in Advance Nithya

0 Answers   Xpert IT,


WHAT ARE THE VARIOUS RISKS INVOLVE IN TESTING?

0 Answers   NIIT,


Categories