Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

reading lines from a file by searching a word(instr) and
copying to other textfile,but its only copying only one
line but there are some other lines match criteria but not
copying to the files

Answer Posted / senthilg

givenstring=f1.Readall

Do
If InStr(st_pos, givenstring, "<indexTerm>") <> 0 Then
st_pos = InStr(st_pos, givenstring, ""<indexTerm>")
close_pos = InStr(st_pos, givenstring, "</indexTerm>")
find_String = Mid(givenstring, st_pos, (close_pos -
st_pos) + Len("</indexTerm>"))
st_pos=close_pos +1
End If

Loop While InStr(st_pos, givenstring, "<indexTerm>") <> 0


'Start String =<indexTerm>
'End String =</indexTerm>

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ActiveX Dll and ActiveX Exe?

2187


How do I call a DLL?

1548


Explain the usage of Web Browser Control?

2220


How should dates be implemented so they work with other language and country formats?

1471


Is a foo VBX/DLL available as shareware/freeware?

1656


Explain about the creation of EXE files with Visual Basic?

1069


Is there any way to pass a variable to a form apart from using global variables?

1588


Types of DBCombo boxes

2109


Is visual basic case sensitive?

1187


How do I implement an accelerator key for a text box?

1562


Which property of textbox cannot be changed at runtime. What is the max size of textbox?

1067


What are the types of line styles available in Treeview Control?

2480


How can you Navigate from the DHTML application to another DHTML application? .

2232


Explain Types of DBCombo boxes?

1051


How would you create properties by using class Builder Wizard?

2656