show/hide this revision's text 2 added 154 characters in body

This begs another question - How big? Give us a clue like # of lines or # or Mb (Gb)? Then we will know if it fits in memory, needs to be disk based etc..etc.

At first pass I would use my WordList(S: )String; AList: TStringlist);

then you can access each token as Alist[n]... or sort them or whatever.

show/hide this revision's text 1

This begs another question - How big? Give us a clue like # of lines or # or Mb (Gb)? Then we will know if it fits in memory, needs to be disk based etc... :)