Okay so you're hoping to store these parameters in EEProm as a table to recall later.

Then an array is not what you need. You need the following commands DATA, and READ. Take a look at each in the manual.

Basically you're going to use DATA to create the table in EEPROM. Then READ to read info from eeprom into variables. Everything is one byte at a time for the most part.