MoveSibling

Description:              This statement moves the position of a module in a module tree diagram.

Warning:                   This statement should be used by advanced users only since irrevocable alteration of your application may occur.

Returns:                    Nothing

Usage:                       Script

Format:                      MoveSibling(Source, Destination)

Parameters:             Source is   { Module }  { required }  { no default }

                                      Any expression for the module to be moved.

                                    Destination   { Module }  { required }  { no default }

                                      Any expression for the module code value of the sibling module where Source will be moved.

Comments:               Source will be moved to the position occupied by Destination. Source and Destination must have exactly the same parent module.

See Also:

MoveSelState | MoveState