now, why didn't I think of that???! 🙂
That works great - thanks a lot!
Jon.
> If you've played with them, I'm sure you are familiar with 'get menu
> selection' vi. This vi you have to wire the item tag to a case. Each
> possible item tag has a case along with one more for no selection or
> 'default'. In this case put your buttons. So if a menu selection is
> made, some identifier is passed out of the corrosponding case. If no
> menu selection is made, the default case is called and the buttons are
> checked.
>
> Jared