Darn, Shucks... All those hardend words.... I've done byte level stuff but it's been 10 years or so, noting like that, and my mind is twisted enough with this project already. I appreciate the expert advice. I suppose I should take solice in the fact that you didn't say rtfm. <smile> I've chosen an unelegent solution of creating 2 modules, one to hold 3000 words, and the other for the rest, seems there's a size limitation on modules somewhere around 3 and 4K. So now the text file is formatted like this
ObjectData(1) = "bla-word"
ObjectData(2) = "Sam-test"
up to ObjectData(5030).
And I paste it to a Module. I played with Containers, but I actually understand the array<smile> thanks again!
Dan