Is there a way to limit the number of rows the list box will except? Like 6 from a user input object?
When pulling the info (text/data fields) out of the list box, is there a way to get it all at once instead of having to read each line number at a time (2 times actually as the text and data fields come out seperately).

