How to search for a specific string in a txt file (FindComponent?)



Can anyone tell me how to find a specific string in a txt file.
I need to find this string and then change it into something else. I've
tried using the FindComponent but no success.
Thanx,

Peter

.



Relevant Pages

  • Re: Single record merging
    ... Public Function LPTSTRtoString(ByVal lngPtr As Long) As String ... At this point it's too late, and there's no way to get the ASK to modify the query. ... Peter Jamieson ... Then you specify the destination and use ...
    (microsoft.public.word.mailmerge.fields)
  • Re: shell - open document
    ... I had to put in 0& as suggested by Peter T. ... ByVal lpClassName As String, ByVal lpWindowName As String) As Long ... Dim Returnvalue as Variant ... Private Const SW_SHOWNORMAL As Long = 1 ...
    (microsoft.public.excel.programming)
  • Re: What is default property of name object
    ... Not Set'ing but assigning a string name to the range's name-object property ... Peter T ... but I understand Clara's confusion. ... the default property of the Name object is RefersTo which as ...
    (microsoft.public.excel.programming)
  • Re: What is default property of name object
    ... Not Set'ing but assigning a string name to the range's name-object ... Peter T ... should not work, as the default property for a Name is RefersTo, ... Set rng = ...
    (microsoft.public.excel.programming)
  • Re: Passing a lot of parameters in constructor?
    ... the object creation might involved over 30 parameters, ... Person peter = new Person; ... So why did I say 'safety' of design? ... Person(String name, int age, int housenumber, String firstLine, String ...
    (comp.object)