Having a Listbox Read Values From CSV File

This sample application shows how to have a ListBox display a list of messages based on the values in a CSV file. Each index of the ListBox contains a String array tag within [] , and the FileReadFields() function is used to populate the values of the String array used in the ListBox.