MoveSibling

Deprecated. Do not use in new code.

(Engine-Level Function)

Description: 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 Only.
Function Groups: Module Tree Diagram
Related to: MoveSelState | MoveState
Format: MoveSibling(Source, Destination)
Parameters:  
Source
Required. Any expression for the module to be moved.
Destination
Required. 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 object.