i want to write one script in file.txt on the sd card,in this script there is :
function { bla bal bal....
bla bal bal....
so when i write :
myFile.print("function { bla bal bal.... bla bal bal.... ");
it gives me problems with the "{" of "if (a<b){ mmmmmmmmmm}
how can i avoid this confusion please?