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

Explain how you would allocate a task to team members?

0 Answers  


What is the purpose of a test completion criterion?

0 Answers  


In an Testing interview the following question asked. who will write usecases?

5 Answers   MBT,


What are the different Metrics followed in the project?

1 Answers   Cap Gemini,


What is different type testing you done when doing webbase application.the desktop application

0 Answers  






Which is the best institute in chennai to learn Softyware testing? Please help.

0 Answers  


What is test driver?

0 Answers  


Difference between the Web based and client server testing. Explain using example..

1 Answers  


What are the different types of QA Testing approaches and the process of each?

0 Answers  


Please any one could u please tell me what is CLOAS life insurance?its urgent, thanks advance.

3 Answers  


What is random/monkey testing? When is it used?

0 Answers  


What is internationalization Testing?

1 Answers   TCS,


Categories