Frank Church wrote
I want to create a collection of Workspace contents...What kind of array would best suited to the task?
I usually just start with an OrderedCollection until I feel the need for something more complicated. It's like an Array, but will grow dynamically. Two things to check out that already exist in the system: * you can save workspace contents to a file by clicking the little arrow in the top right of the workspace window and select "Save As..." * check out ScriptManager, which is a GUI for organizing and saving workspaces. It was included in Pharo by default in 1.3 (I think) and has a repo on sqs... search the list to see how/if it can be loaded into later Pharos. HTH, Sean -- View this message in context: http://forum.world.st/How-do-I-save-contents-of-Workspace-into-a-collection-... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.