Hi there!
I am trying to read from a text file a list of details about different users – there are columns for username, firstname, lastname, email and phonenumber.
I have successfully managed to read the data from the file, but I am having problems trying to compare the username (read from the registry) and the first column in the array. Ultimately I want to identify if the user exists in the text file – if not I want to prompt the user for their details to be added to the text file (I’ll worry about that later) and if the user does exist to pull the rest of the user details from the array to be held in variables that can be used later on…
Any and all ideas gratefully accepted….
Cheers!
Alba