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 the meaning and purpose of each of: 1) Test Strategy 2) Test Plan #) Test Case? What is an example of each?
Hi..I want testing in worker compensation claims.. if anyone have real exp..can you explain it for me.. thanks
What is Lun masking? Why it is used?
What is syntax?
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
What is api (application programming interface)?
waht are somking types
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?
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?
Explain what lcsaj is?