+ Reply to Thread
Results 1 to 3 of 3

VBE replace with pattern matching?

  1. #1
    RB Smissaert
    Guest

    VBE replace with pattern matching?

    Is it possible to do a global replace in the whole project
    with pattern matching?

    For example I have:
    If Not strVar = ""

    and I would like to replace it with:
    If Len(strVar) > 0

    RBS

  2. #2
    Norman Jones
    Guest

    Re: VBE replace with pattern matching?

    Hi Bart,

    One of the MZ Tools utilities enables a global search and replace across a
    selection, a module, a project or all open projects:

    http://mztools.com/v3/download.htm


    ---
    Regards,
    Norman


    "RB Smissaert" <[email protected]> wrote in message
    news:e4%[email protected]...
    > Is it possible to do a global replace in the whole project
    > with pattern matching?
    >
    > For example I have:
    > If Not strVar = ""
    >
    > and I would like to replace it with:
    > If Len(strVar) > 0
    >
    > RBS




  3. #3
    RB Smissaert
    Guest

    Re: VBE replace with pattern matching?

    Thanks, I use that, but I didn't see it could do a replace with patterns
    matching.

    RBS


    "Norman Jones" <[email protected]> wrote in message
    news:[email protected]...
    > Hi Bart,
    >
    > One of the MZ Tools utilities enables a global search and replace across a
    > selection, a module, a project or all open projects:
    >
    > http://mztools.com/v3/download.htm
    >
    >
    > ---
    > Regards,
    > Norman
    >
    >
    > "RB Smissaert" <[email protected]> wrote in message
    > news:e4%[email protected]...
    >> Is it possible to do a global replace in the whole project
    >> with pattern matching?
    >>
    >> For example I have:
    >> If Not strVar = ""
    >>
    >> and I would like to replace it with:
    >> If Len(strVar) > 0
    >>
    >> RBS

    >
    >



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1