Indexed Text Files

Category: Files/Folders

Date: 02-16-2022

Return to Index


 
W() As String  'wordlist - as-found case
WL() As String 'wordlist - lower case
 
BuildIndex()   'Build W()
 
W() has entry for each file in which the word is found
For     777
For    1025
Next
While
 
 
Binary search to find word
Backward/forward read to get file nos
 
 
'gbs_01274
'Date: 05-11-2013


created by gbSnippets
http://www.garybeene.com/sw/gbsnippets.htm