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

wht is the diff b/w functional testing and intehration testing

1 Answers  


How to gain experience as a fresher in manual testing ???I know every employer asks for experience and people just add some experience to get jobs. But my problem is how to prepare for the interview when we add experience ??? I wonder how people get jobs by this way??? I would be very thankful if you answer me, as it can help me to land me in job soon. Thank you all...

2 Answers  


is manual testing enough for 2+ yrs,does it need any tools

0 Answers  


words Mortal Combat, Street Fighter, Dead or Alive and Doom have in common?

3 Answers   EA Electronic Arts,


What is oo function testing?

0 Answers  






What is boundary value?

0 Answers  


what are the main bugs which were identified by you and in that how many are considered as real bugs?

1 Answers   Accenture,


What is linked Servers in SQL Server

1 Answers   CybAge,


Which of the following is least like the others? a) Cube b) Sphere c) Pyramid d) Circle

3 Answers   EA Electronic Arts,


9).explain difference between stab & driver? 10). who will conduct integration testing? 11). explain difference between system testing & functionality testing? 12). explain compatibility testing? 13). explain performance testing? 14). explain inter system testing? 15). explain difference between smoke testing & sanity testing? 16). explain difference between re-testing & regression testing? 17). you prefer manual testing or automation

0 Answers  


You have been given an application and you have only 15 mins to test the application. How would you do the testing?

4 Answers  


What is CCB and MTBF, why should we use this.

0 Answers  


Categories