Method of a class to manipulate an object after loading it tfrom a file. The function
loadobjis called when the object a is loaded using theloadfunction. An example of the use ofsaveobjmight be to add fields to an object that don't make sense to be saved. For examplefunction b = loadobj (a) b = a; b.addmssingfield = addfield (b; endfunction