Hello,
I need to assign a name to each random number. Only 3 numbers are being randomized: 1, 2 or 3. 1 should read out Sam, 2 should read out Billy, and 3 should read out Chris. For example, if it gives out 3 1 3, it should also show Chris Sam Chris. How would I go about doing this? Any help would be appreciated.