PC Review


Reply
Thread Tools Rate Thread

added characters

 
 
=?Utf-8?B?U2FtIEhvZG8=?=
Guest
Posts: n/a
 
      3rd Oct 2006
Hello;

When I am doing a search..

With Application.FileSearch
.NewSearch
.LookIn = DDIR
.SearchSubFolders = False
.Filename = DDIR
.TextOrProperty = MyString
.MatchAllWordForms = True
.FileType = msoFileTypeAllFiles

I am getting extra characters added to the search string..

input lines are
ACCESS CLOSE
ACCESS OPEN

mystring lines are
"ACCESS CLOSE"
"ACCESS OPEN"

I do not need the search string adding characters...

Can someone help ...

Thanks for your time and efforts..
Sammy

 
Reply With Quote
 
 
 
 
=?Utf-8?B?SkxHV2hpeg==?=
Guest
Posts: n/a
 
      3rd Oct 2006
"MatchAllWordForms = True" if you seach for "no" will give you "no", "not",
"now", "nowhwere", etc. So if you want only the exact word you have to make
it "MatchAllWordForms = False"

"Sam Hodo" wrote:

> Hello;
>
> When I am doing a search..
>
> With Application.FileSearch
> .NewSearch
> .LookIn = DDIR
> .SearchSubFolders = False
> .Filename = DDIR
> .TextOrProperty = MyString
> .MatchAllWordForms = True
> .FileType = msoFileTypeAllFiles
>
> I am getting extra characters added to the search string..
>
> input lines are
> ACCESS CLOSE
> ACCESS OPEN
>
> mystring lines are
> "ACCESS CLOSE"
> "ACCESS OPEN"
>
> I do not need the search string adding characters...
>
> Can someone help ...
>
> Thanks for your time and efforts..
> Sammy
>

 
Reply With Quote
 
=?Utf-8?B?U2FtIEhvZG8=?=
Guest
Posts: n/a
 
      3rd Oct 2006
This did not help. I am still getting the extra "mystring"
I am doing an exact search.


"JLGWhiz" wrote:

> "MatchAllWordForms = True" if you seach for "no" will give you "no", "not",
> "now", "nowhwere", etc. So if you want only the exact word you have to make
> it "MatchAllWordForms = False"
>
> "Sam Hodo" wrote:
>
> > Hello;
> >
> > When I am doing a search..
> >
> > With Application.FileSearch
> > .NewSearch
> > .LookIn = DDIR
> > .SearchSubFolders = False
> > .Filename = DDIR
> > .TextOrProperty = MyString
> > .MatchAllWordForms = True
> > .FileType = msoFileTypeAllFiles
> >
> > I am getting extra characters added to the search string..
> >
> > input lines are
> > ACCESS CLOSE
> > ACCESS OPEN
> >
> > mystring lines are
> > "ACCESS CLOSE"
> > "ACCESS OPEN"
> >
> > I do not need the search string adding characters...
> >
> > Can someone help ...
> >
> > Thanks for your time and efforts..
> > Sammy
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Annoying characters such as ? added to mails when sent frobs Microsoft Outlook 0 1st Aug 2008 12:15 PM
HTML Signature with added characters =?Utf-8?B?am9obm0=?= Microsoft Outlook Discussion 0 5th Aug 2007 06:20 PM
Spanish language added, but no characters available javelin Windows XP General 3 2nd Aug 2005 06:08 PM
Spanish language added, but no characters available javelin Microsoft Word New Users 3 2nd Aug 2005 05:08 AM
Escaped characters are added to typed URLs Randy Frickston Windows XP Internet Explorer 6 2nd Apr 2004 08:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:49 AM.