TOC PREV NEXT INDEX

$move

Synopsis

$move [object] _new_parent_object

Description

$move moves an existing object in the object hierarchy.

Examples

OM(Root) -> group a;
OM(Root) -> int b;
OM(Root) -> $move b a
OM(Root) -> $list a
int b;


TOC PREV NEXT INDEX