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 |
What is ieee - institute of electrical and electronics engineers?
What is typically the most important reason to use risk to drive testing efforts?
Explain defect?
What is SDLC and STLC? In analysis phase of SDLC, what exactly the testers will do?
Explain glass box testing?
why we go for winrunner and when we go for winrunner ?
What is CDB?
What is partition testing?
wht is scope of ur project?
What is top-down approach?
What are non-functional requirements?
When to Stop Testing?