I have a really important question. If it is possible, could somebody explain to me if you can write a string of code to a byte in the Arduino's EEPROM? That would be extremely helpful.
Thank you,
Will
A "string" is usually many bytes. You can't fit many bytes into one EEPROM byte.
What do you intend to do with this line of code after it's in the EEPROM? You can't execute it like an Arduino sketch, but you can make your program read the EEPROM and do whatever you want.