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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What it means by test harness?

580


What is the purpose of exit criteria?

653


What is top-down strategy?

515


What is FCOE?

1705


how do you convert use cases into test cases?

693






Explain failure?

578


IN integration testing tester should knowledge of code or not?

1694


What is functional system testing?

652


What is defect analysis?

576


What is the average size of executables that you have created?

808


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

597


What is crash?

567


Testing an SAP B1 -Add -on ? How?Different types of testing done, functional areas to be tested, any check list for testing SAP B1 as SAP takes care of Date fields, validation of text fields, telephone fields etc.... ?What to be tested and how?

1755


What studies data flow analysis?

684


hey guys ... since i have just started my career i need to know whether testing has a good career or not .. ?

1474