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 user documentation?

0 Answers  


Why are static testing and dynamic testing described as complementary?

0 Answers  


What are your salary requirements?

1 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 is a shrink wrapped product?

0 Answers  






What is Lun masking? Why it is used?

0 Answers  


What certifications can a tester of less than 1 yr experience go for? which is the best certification and how many months of preparation is required?

1 Answers  


HI to all this is dinakar i am planning to write istqb foundation level exam but i dont have the material so any one have material regards that one please send to my id was dinakarmails@gmail.com thanks alot in advance

0 Answers  


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

0 Answers  


Explain what n+1 testing is?

0 Answers  


What are the check points we need to consider while performing Database migration (ex: from oracle 8i to 9i)

0 Answers  


What is customer (end user)?

0 Answers  


Categories