I have a file with address, city, state, zip. I need to randomly select the address, but the city, state, and zip have to match. I can separate each into their own file, and use $LRand(), but that chooses any random address, and combines that with any random zip, etc. I can use $LOrder(), but that starts at the beginning of the file each time. Same with comma separated values. I basically need each session to randomly choose a line of a csv file, and not just start at the beginning row each time we start a test.