Hi. i'm working on a login program that stores usernames/passwords in files. once the user logs in, the program opens a CSV file and searches for the entered username and extracts the (int) privilege associated with that user e.g. 1/2/3.
I can read the CSV file into the program, but how do I find the specific username, then extract the int.