Search:

Type: Posts; User: KucerakJM

Search: Search took 0.10 seconds.

  1. Re: Taking info from a text file, sorting it, save into class arrays and reprinting into new txt file

    Ok so like the sudo code suggest loop through the input, text file in this case, then parse out the email, check if it contains a subdomain (or not) and place it in the respective array. Once you...
  2. Re: Taking info from a text file, sorting it, save into class arrays and reprinting into new txt file

    This may seem like a dumb question but I want to be certain. By "sort" are you referring to adding the email to either the Email/UniveristyEmail array or actually sorting those arrays, perhaps by...
  3. Re: Taking info from a text file, sorting it, save into class arrays and reprinting into new txt file

    I'm going to venture a guess that both Email and UniversityEmail have a String variable containing the email. If so then it is a matter of iterating through each element in the UniversityEmail array...
Results 1 to 3 of 3