Quote:
Originally Posted by Schetti
I dont think this works, and also, because I hardly guess i didnt use correct.
|
It should work. You would need to use savelines() to save the file, though.
PHP Code:
function mySaveFunction() {
temp.notes = MyMLTextGui.text;
temp.notes.savelines("myfolder/myfile.txt", 1);
}