in reply to Re: Random Line from a file
in thread RandomFile

This will work fine if all the lines in the file are the same (or at least close) in length. However, if you have a file where the text of each line varies, your system will be biased towards longer lines since it is more likely to randomly 'hit' these ones over its smaller brothers.

Jettra