Difference between revisions of "Error Messages/41251"
(Created page with '= Error Text = Can't move a module onto itself. Module ''Mo1'' not moved. = Cause = You've attempted to move a module node to another location -- a location that is inside i…') |
|||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | + | == Error text == | |
+ | :<code>''Can't move a module onto itself. Module ''Mo1'' not moved.''</code> | ||
− | = Cause = | + | == Cause == |
+ | You've attempted to move a module node to another location -- a location that is inside itself. You can move an alias of a module into itself, or one of its sub-modules, but you can't move the original module object into itself, or into one of its submodules. | ||
− | + | ==See Also== | |
+ | * [[Modules and Libraries]] | ||
+ | * [[Recursion]] |
Latest revision as of 19:06, 15 March 2016
Error text
Can't move a module onto itself. Module Mo1 not moved.
Cause
You've attempted to move a module node to another location -- a location that is inside itself. You can move an alias of a module into itself, or one of its sub-modules, but you can't move the original module object into itself, or into one of its submodules.
See Also
Comments
Enable comment auto-refresher