Hey
Im trying to use a .txt file to input data into correct lists.
I have 6 lists, so in each line in the .txt file the is 6 figure i.e. 1,2,3,4,5,6 all seperated by commas. I want the program to be useable for any data so cannot split the string but number index, but can quite get how i would split the string at the commas and then send each number to the correct list.
Offline
Scratch can't read files, and doesn't support multilines.
You might want to try Panther or Bingo, programs based on Scratch that support reading files line-by-line.
Offline