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

What is the meaning and purpose of each of: 1) Test Strategy 2) Test Plan #) Test Case? What is an example of each?

0 Answers  


Hi..I want testing in worker compensation claims.. if anyone have real exp..can you explain it for me.. thanks

0 Answers  


What is Lun masking? Why it is used?

0 Answers  


What is syntax?

0 Answers  


What is meant by Traceability Matrix?

2 Answers   Cap Gemini, CarrizalSoft Technologies, IBM,






may i know the sites which r giving model question papers for istqb exam

2 Answers  


What is api (application programming interface)?

0 Answers  


waht are somking types

0 Answers   TCS,


What r SQA activities?

11 Answers   Amazon, Call Centre, MBT,


How will you log a Defect when you are in the process of executing a test case?

0 Answers   Cap Gemini,


When usin qtp iam able to get the data from the database only in a single row that is if i have 2 columns in database,when using database output value , all the values in Database are transfered to a single row in QTP datatable. I want the values to appear as it is from the database , can anyone suggest some ideas?

0 Answers  


Explain what lcsaj is?

0 Answers  


Categories