Hey all, I'm trying to simulate the "Tip of the day" with LISP. I know that some how I'm going to need to pseudo-randomly select a var with the tips in them then display those tips, possibly as alerts, but I only want to display one tip instead of the entire list and only once each day. I started by adding a function to the bottom of my ACAD.LSP file. but I'm lost at choosing a tip to display. I can easily display the tip but I'm just not sure how to choose on at "random" and then sending it to the (alert TIP). Any help is greatly appreciated.