Settings File - Multiple Values
Hi all,
Wondering if someone can help with a best practises can of help that I need.
Basically, I've got a settings file that contains two email addresses. I current retrieve this out of the settings file as a string, and then split the string by a ',' character, thus getting a string array containing the appropriate data.
Is it possible (and how would I!?) have these as two seperate entries? I did do a couple of Googles but to no avail.
Cheers,
Greg