dear all,
i got a problem about the arraylist function.now i want to create and return an arraylist with each student ID for populating listboxes.
Public Function StudentIDs() As ArrayList
End Function
To display the student ID in the listbox by calling this function. (i need to read student information from text file. there are 6 student, so the result should be 100,101,102,103,104,105). how to do this? thank you very much.