Menu

saveObjects()

Help
2015-04-26
2015-04-26
  • Maurizio De Pitta'

    Hi all,
    just a minor note on saveObjects(). There seems to be an inconsistency between what stated by the online tutorial and the actual syntax of this method.

    It seems indeed that the list of objects to be saved should precede the filename whereto save them, and not the way around. Indeed I managed to save only by issuing:

    saveObjects([obj1,obj2,...],'myfile.sav')
    

    Cheers,

    M

     
  • Rob Clewley

    Rob Clewley - 2015-04-26

    Thanks, that was written the wrong way around on the tutorial, for some reason. I fixed that.

     

Log in to post a comment.