I store some data in progmem as it takes up too much space in ram/rom so i created an array of strings and when i call the string out and copy it into another string and print it to serial out i get garbage computer symbols, the line of code i bring the string out of memory is strcpy_P(PrintString, (PGM_P)pgm_read_word(&(StoredString[0])));
thanks