11-20-2008 02:53 PM
11-20-2008 05:11 PM - edited 11-20-2008 05:12 PM
You can create a 2D array on the front panel, and limit it to display only a certain number of rows and certain number of columns, and to hide the index display:
You couls also use a table instead.
This way the user can enter the values without having to press some "Next" button. Once they're done they can press some "Done" button and you can simply check over the array to make sure it's OK, and if not let the user know. As a user I would probably prefer this method rather than the step-by-step method. But that's just me.