Scratch output file .txt or similar -
I want to know that opening a simple .txt file and loading some comma-delimited data in the scratch is in the variable and its Can you add any .txt file or some variable data to scratch?
I have made a fair bit of Google search but nothing has come, so I thought I would ask you people
I would love to use Java or some things, but this My school is for children and I can not teach them to do this in java or something else because what they have to do in a scratch, which is upset, but I can not change anything.
Scratch has no IO capabilities file, and I doubt it will never happen.
The closest thing I know is right-click the list watcher, and export from Scratch IDE. This will create a .txt
file, with each list item on a new row. If you have a similar formatting TXT file, you can import it using the same method. Each line corresponds to one list item. Comma-delimited data does not work with this.
Comments
Post a Comment