|
Re: Exporting Object Memory: msg#00075lang.smalltalk.squeak.beginners
Hello Chris, CC> If I had data in object memory, because I've saved answers from a user into CC> objects, then can I file out that information? if you mean file out as a counterpart of file in, you just use ReferenceStreams. I use the two attached methods to file out a dictionary but it works with any object. CC> If I had to send it to CC> somebody as an csv file, how could I do that easily? Don't know of a universal method to do this and wrote one myself for some special objects of fixed structure. Not smalltalkish. CC> It seems to me that filing out gives you the application, but what if I CC> wanted information that had been entered by the users, the end user data? Other places to search are ImageSegment and SmartRefStream. Be aware that there are problems if your objects contain blocks. Cheers, Herbert mailto:herbertkoenig@xxxxxxx
Beginners mailing list Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx http://lists.squeakfoundation.org/mailman/listinfo/beginners
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Exporting Object Memory, Chris Cunnington |
|---|---|
| Next by Date: | Re: Exporting Object Memory, C. David Shaffer |
| Previous by Thread: | Exporting Object Memory, Chris Cunnington |
| Next by Thread: | Re: Exporting Object Memory, C. David Shaffer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |