Put long string in flash memory

i need to store (read,write) 5 string like this "05000005329000" in the flash memory so when the arduino is power off it will keep the data in.

You can't write to flash memory at run time.

I checked the eeprom fonction but it only one byte

One byte per call. So, call it more than once.