Hi All, I have a doubt on __CSVRead function.
While using __CSVRead Function, when a filename is first encountered, the file is opened and read into an internal array. Each thread has its own internal pointer to its current row in the file array. When a thread first refers to the file it will be allocated the next free row in the array, so each thread will access a different row from all other threads. This is how it works. But we are interested in randamly picking a row for each thread. Is this can be done ? If not, any other round about way of doing that ? With Regards Alexander --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

