How to save texts written with the Text Input function?
And how to load them later?
strcpy(string, text);//replace string with the name of your variable
saveVars...//fill in the appropriate dataloadVars...
strcpy(text, string);

Users browsing this forum: No registered users and 1 guest