Write large Value into EEPROM

Hallo!

I am searching for a methode to write a number with 10 chars into the EEPROM. Can someone told me how I can do this?

Best greetings,
Stefan

You can use put to write a number or any object into EEPROM.

What is the biggest number you need to store? The maximum signed number you can store is 2147483647 so you may have to split the number up or store it as a char array if it is bigger than this.

The number to store is not selected know, but I think it would be in the region of 756000, maybe a bit bigger.

I think it should work with put. I am sorry, I doesn’t see this function.

Best greetings