Word List Maker

Programming Tools, Tips, and Tutorials.
Post Reply
John Davidson
Site Admin
Posts: 128
Joined: Sat Nov 13, 2004 8:36 am
Location: Vashon Wa
Contact:

Word List Maker

Post by John Davidson »

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
Attachments
Word List Maker.zip
(125.19 KiB) Downloaded 1692 times
John Davidson
e-me: johnshomeport@yahoo.com
My JB Page: http://john.jbusers.com/
Did ya Libby yet? http://lblibby.com/
Post Reply