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

How would you run your ActiveX Document Dll?

2012


___,_____ and ____ container objects.

1572


Whether HTML supports multimedia: and document links?

1822


____ property of menu cannot be set at run time.

1669


What do you mean by Databound Controls Explain?

1913


What is the need of tabindex property is label control?

2012


What is meant by building a recordset.

1077


___,___ arguments will be used to run a executable program in shell function

1728


What is FireHouse Cursors?

2231


What is snapshot in vb?

904


Explain the types of Views in Listview Control?

2219


Explain about declaring variables in Visual basic?

1033


Is visualvm free?

1048


What is the difference between change event in normal combobox and dbcombobox?

2129


Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?

1652