Re: Comparing Two strings

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



There is no such function. You would need to either write a routine that
came up with every possible combination of the given letters and compared
them to the string, or perhaps a different algorithm that counted the number
of occurrences or each letter in the string and returned true if they match.

--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm

"Joseph" <Joseph@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E9CAAB3F-42BA-4EEA-9CE6-A294048FCA53@xxxxxxxxxxxxxxxx
> To give you more insight into what I'm trying to accomplish: If you are
> familiar with the word game "Jumble" that can be found in most newspapers,
I
> am trying to build a program that matches the scrambled letters against a
> list of words and finds a match.
>


.



Relevant Pages

  • Re: How to get a numbered list of unique words in a column?
    ... I also changed the StripWords functions to only return LCased text (to match ... how can I refine this to ignore words that are smaller than 3 letters ... routine, it already ignores it. ... Private Function StripWord(s As String) As String ...
    (microsoft.public.excel.misc)
  • Re: Help a beginner - simple lowercase to uppercase and so on function
    ... can understand everything but it should take shape with more practice ... it compiles and returns uppercase letters ... in this string!" ... to compile on both. ...
    (comp.lang.c)
  • Re: adding a text string to data from one field in one database to another
    ... function that blocks anything but numbers or letters. ... Dim stAllowedChars as string ... dim stFrom as string stTo as string ... dim iPtr as integer. ...
    (comp.databases.ms-access)
  • Re: Format text not all caps
    ... PROPER - Straight out of *Help on this function* when you look at the function ... Converts all other letters to ... =PROPERProper case of first string ... The excel file that I ...
    (microsoft.public.excel)
  • Re: Generate Number on MS. Access
    ... with 10 digits with the combination of 5 Letters from the 26 letters ... Optional NumericOnly As Boolean = False) As String ... Dim l As Long, b As Byte ... Oops, I see this is ten alpha or numerics, but not five of each as you ...
    (comp.databases.ms-access)