Skip to content
Prev 320357 / 398506 Next

write.zoo

On Mar 26, 2013, at 12:38 PM, netra timalsina wrote:

            
Why are you writing an object that you have not yet created?
And why are you mixing "write"-objects with "load"-operations"?

"write" <--> "read"  :::  "save" <--> "load"

Furthermore if you "load" an image file, the object names that existed at the time of the 'save' are included in the file and get assigned at the time of the 'load'. 'save' and 'load' operate via side-effects, as do the base plot commands.
David Winsemius
Alameda, CA, USA