lists can hold data that I would like to extract as text and then process in OOo calc spreadsheets. I opened a sprite containing lists with notepad++ and found the data contained in the lists and laboriously took out the delimiting characters so I could copy the text. I am not an expert in notepad++ so there might be a way to easily extract the list data.
But how about a way to do this in scratch instead? Can I use motors somehow to get at the data??
Or are there other tricks I don't know (which of course I suspect I know few tricks) that might untie my knot?
seansl
Offline
SeanSL wrote:
lists can hold data that I would like to extract as text and then process in OOo calc spreadsheets. I opened a sprite containing lists with notepad++ and found the data contained in the lists and laboriously took out the delimiting characters so I could copy the text. I am not an expert in notepad++ so there might be a way to easily extract the list data.
But how about a way to do this in scratch instead? Can I use motors somehow to get at the data??
Or are there other tricks I don't know (which of course I suspect I know few tricks) that might untie my knot?
seansl
Hmm, this is complicated... do you mean get data from a text file? Or do you mean send the info to another programming thing?
Offline
Pecola1 wrote:
SeanSL wrote:
lists can hold data that I would like to extract as text and then process in OOo calc spreadsheets. I opened a sprite containing lists with notepad++ and found the data contained in the lists and laboriously took out the delimiting characters so I could copy the text. I am not an expert in notepad++ so there might be a way to easily extract the list data.
But how about a way to do this in scratch instead? Can I use motors somehow to get at the data??
Or are there other tricks I don't know (which of course I suspect I know few tricks) that might untie my knot?
seanslHmm, this is complicated... do you mean get data from a text file? Or do you mean send the info to another programming thing?
OpenOffice.org is an suite of software like Microsoft Office but it is free... it is not a programming language
Offline
I mean both. My immediate want is to get the data from my project to work with - do some curve fitting/modeling. But I will want to return the processed data to a list later
in reply to:
Hmm, this is complicated... do you mean get data from a text file? Or do you mean send the info to another programming thing?
Offline
you can do quite a lot of things in notepad++, give an example to me of what you're trying to do, and I'll try and help you with it.
Offline
SeanSL,
I think you're looking for the 'export list' menu button. Just make sure the list is showing on stage, and right click it to select "export".
Correct me if that's not what you needed!
Offline
LS97 wrote:
SeanSL,
I think you're looking for the 'export list' menu button. Just make sure the list is showing on stage, and right click it to select "export".
Correct me if that's not what you needed!![]()
Maybe that is what he needed. I thought this was more 'Advanced'.
Sean, do you mean a way to transfer it manually, or to make a scratch project/block which would transfer it.
That's mainly what I was asking.
Offline
maybe u could make a block that writes the list to a file AND uses a program to automatically convert it to OpenOffice.org Calc...
Offline
SOLVED: 1)Yes to the export & import list function. That is the solution from LS97:
SeanSL,
I think you're looking for the 'export list' menu button. Just make sure the list is showing on stage, and right click it to select "export".
Correct me if that's not what you needed!
AND
2) yes I was looking for a "trick" = looking for something I didn't know but felt probably was knowable/known. seansl
and thank you
Offline
No problem Sean!
I agree that there should be some kind of big fat manual for Scratch. Maybe we'll get it with 2.0
Anyways happy to help.
Offline