Word List Maker
Posted: Wed Aug 19, 2009 1:52 am
This little utility creates word list files from the words contained in the master word file, over 40,000 words.
Sequential files are in your everyday format, one long list of words.
Indexed Sequential files include a number index that refers to the first character in the word.
1=A, 2=B, 3=C, and so on.
Word$() can be used to extract the word
RAF files uses the same indexing scheme as Indexed Sequential files.
The len is 23 characters with 3 for the index and 20 for the word.
Letter Based Sequential lists.
These are 26 files stored in the Letter Based sequential lists folder.
These come in handy when you want to load words starting with a common letter.
John
Sequential files are in your everyday format, one long list of words.
Indexed Sequential files include a number index that refers to the first character in the word.
1=A, 2=B, 3=C, and so on.
Word$() can be used to extract the word
RAF files uses the same indexing scheme as Indexed Sequential files.
The len is 23 characters with 3 for the index and 20 for the word.
Letter Based Sequential lists.
These are 26 files stored in the Letter Based sequential lists folder.
These come in handy when you want to load words starting with a common letter.
John