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 do enterprises do for QC 11 to prevent minimum data loss ?
Faults found should be originally documented by whom?
Suggest some good webinars on Testing concepts?
What is ieee - institute of electrical and electronics engineers?
Tell me about your Company Process mmeans how you are getting the projects from client, how the project categorized in module, how assignment was done, How you are getting you module? which life cycle and process.
What are the different types of QA Testing approaches and the process of each?
What is equivalence partitioning testing?
What are the two parameters which can be useful to know the quality of test execution?
When should 'regression testing' be performed?
Test engineer?
hey guys ... since i have just started my career i need to know whether testing has a good career or not .. ?
What is outputs?
What is the purpose of exit criteria?
What were your testing responsibilities at your previous employer?
What is software fault?