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 data
loadVars...
strcpy(text, string);
Users browsing this forum: No registered users and 1 guest