ON IDLE 1 DONTREPEAT -- if user doesn't input for 1 second, display a list of possibe values based on what they have keyed so far. -- only does this once, if the user continues to do nothing don't trigger this block every second like ON IDLE 1 would -- when the user does soemthing, then the timer can be reset. CALL display_list()