I am trying to implement a recipe system, I would like the user to
choose from a listbox the recipe that they want, then use the index
returned from that to select the values from a 2D array (128 recipes, 7
parameters).
First off would this be the best way to do this?
Secondly how can I change the index of the array being displayed so
that as they click the listbox the values in the array will be
displayed accordingly.
Ron