Hi everybody, I've built an abstraction that includes an array that can be modified by the user. I would like to know if there's any easy way to save/recall the content of the array or if I have to save the entire abs. under a differnent name evrery time the array changes? Thank you all!
D.S
http://www.flickr.com/photos/schafferdavid/ http://audioblog.arteradio.com/David_Schaffer/
David Schaffer wrote:
Hi everybody, I've built an abstraction that includes an array that can be modified by the user. I would like to know if there's any easy way to save/recall the content of the array or if I have to save the entire abs. under a differnent name evrery time the array changes? Thank you all!
create an object [table bla], right-click on it and select "help": there are "read" and "write" messages to arrays.
gfmasdr IOhannes