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 iso - international organisation for standardizationo?
Does anyone have best practices for daily backup &restore process for qc 11 ?
HI Any one can guide me What is database testing ? And How will do it . Please refer me any site or document to know more abt data base testing.
What's Stress Testing?
There will be two security guards at hell and heaven. hell guy used to speak lie always and we can ask one and only one question to move into heaven(twist is we don't know who is hell or heaven gaurd).how can we move into heaven?
Which type of connector we use at the end of GSM antenna/
What is the difference between Code Release and Code Build?
Hi I need install QC 9.2 on window xp sp2. Bt it shows the error msg the OS will not support. After that i install Oracle 8i then i try install QC. At that time also it shows the same error msg.. Plz Plz Plz help me in this one..
A testing process that exercises a software system's coexistence with others by taking multiple integrated systems that have passed system testing as input and tests their required interactions.
What is SDLC and STLC? In analysis phase of SDLC, what exactly the testers will do?
My Qualification is MA can I join Testing Tools Course and Which one is the best Institute for Testing in Hyderabad?
Ref.doc.name | Section | module | Testcase ID|Testcase description|Test Input | Expected Result | Actual Result | Status for the above format give one example