Arduino Uno and ATMEL memory chip using SPI

Nick,

Do you have any pointers (pun intended) to change the byte variable "hello" in your code:byte hello [] = "Hello, World!";

to actually be variable, rather than static text. I'm planning on reading a value from an analog pin, then writing that variable to the eeprom, so it will be changing for every write. I've never worked with c pointers much and am rather confused on what I need to do with the pointers.

Any help is appreciated.