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
What is test phase?
What is api (application programming interface)?
Could anyone let me know what exactly is telecom testing & how is it done? And also how is mainframe testing done?
What is negative and positive testing?
i am a PG science(chemistry),now am working test engineer in small organization,now i will decide to move better organization please send model cv and advises
As part of which test process do you determine the exit criteria?
Explain exhaustive testing?
What is a user interface?
What is fault masking explain with example?
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?
Metrics of your Project?
What is the most critical component in SAN?
Hey friends...mail me interview questions of manual testing.. Give me explanation of Automated Tools quality center on my gmail mca.rachna21@gmail.com quick test profession load runner
Please Check out and Answer the Questions in Networking section. It's argent.
What are test comparators?