#include <Flash.h> FLASH_STRING_ARRAY(myArray, "Hello", "World"); void setup() { } void loop() { }
Try this