Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WordList Load and Search
#5
To call it, just:

Result = FindWord (dict(), word$)

Dict() is your dictionary or word list.   REDIM dict(0) AS STRING
word$ is the word you’re looking for.

PRINT FindWord(dict(), “THIS”) 

For example, with dict() being your string array of words and “THIS” being your search term.
Reply


Messages In This Thread
WordList Load and Search - by SMcNeill - 02-26-2026, 12:51 AM
RE: WordList Load and Search - by PhilOfPerth - 02-26-2026, 05:00 AM
RE: WordList Load and Search - by SMcNeill - 02-26-2026, 05:09 AM
RE: WordList Load and Search - by PhilOfPerth - 02-26-2026, 05:30 AM
RE: WordList Load and Search - by SMcNeill - 02-26-2026, 05:45 AM
RE: WordList Load and Search - by SMcNeill - 02-26-2026, 05:45 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)