Hi, I don't know why but I'm having problems reading in an array of integars from a file setup like this:

"Users"
{
"Sect" "0"
"Clan" "0"
"Potence" "5"
"Celerity" "5"
"Strength" "5"
"Dexterity" "5"
"Stamina" "5"
"Fireamrs" "5"
"Money" "6850"
"XP" "43"
}

It is a configuration file and I need to have all the numbers in that list so I can change them etc. I'm trying to read them in, and allow them to be changed, someone hook me up with the storing of the variable into an array of integers please.