Hi everyone,
I'm new to scratch and I'm hoping someone can help me out. I have created a scratch project with a few math questions. Is there a way to export the variable list after somebody uses the program? If I could somehow get the variable list in a txt file and have it sent to an email that would be ideal. Thanks in advance for your help.
Offline
Don`t think it`s possoble yet. Scratch only seems to be able to store data inside the program, and I don`t think it can send data to other programs.
Offline
You can export lists, as filo5 notes above, but there is no way to export them automatically. It can only be done with a manual operation by the user. There is also no way to automatically email the results. I suppose you could put some Python scripts together that would look for files in the directory where the export file is created and email them when it finds them. Probably not what you had in mind though.
Offline