--- title: objects / move_object --- # move_object ### NAME move_object() - move current object to another environment ### SYNOPSIS void move_object( mixed dest ); ### DESCRIPTION Move the current object into the object `dest'. dest should either be a filename or an object. ### SEE ALSO this_object(3), move_or_destruct(4)