Difference between revisions of "Move"

Line 2: Line 2:
 
[[Category:Object Manipulation Commands]]
 
[[Category:Object Manipulation Commands]]
  
Move ident moduleIdent
+
==Move(ident, moduleIdent)==
  
Moves the object ''ident'' to the module with the indicated identifier.
+
Moves the object «ident»' to the module with the indicated identifier «moduleIdent».
 +
 +
[[Syntax]]:
 +
:[[Move]] ident moduleIdent
  
From Analytica, you can move objects between modules using drag-drop with the user interface.  However, the one place this command is particularly useful is for moving [[Graph Style Templates]].  When you define a new graph style template, it is placed in the top-level model, but does not show on the diagram.  To move graph style templates to a library, you must enter the typescript window (CTRL-') and use the move command.
+
From Analytica, you can move objects between modules using drag-drop with the user interface.  However, the one place this command is particularly useful is for moving [[Graph Style Templates]].  When you define a new graph style template, it is placed in the top-level model, but does not show on the diagram.  To move graph style templates to a library, you must enter the [[typescript]] window (''Ctrl+' '') and use the move command.
  
The Move command is also the most convenient way to move objects from ADE.
+
The Move command is also the most convenient way to move objects from [[ADE]].
  
= Examples =
+
== Examples ==
 +
Suppose you have created a linked module named <code>My_graph_templates</code>, and you wish to move a recently created graph style template named <code>Psychedelic_Green</code> to this module, so that the template can be utilized from other models.  First, note that you must use the object identifiers in the [[typescript]] command, not the object title (if you entered <code>"Psychedelic Green"</code>, with a space, in the graph style dialog, the object identifier will have an underscore).  To move the template, you access the [[Typescript]] window by pressing ''Ctrl+' '', and then you type:
  
Suppose you have created a linked module named My_graph_templates, and you wish to move a recently created graph style template named Psychedelic_Green to this module, so that the template can be utilized from other models.  First, note that you must use the object identifiers in the typescript command, not the object title (if you entered "Psychedelic Green", with a space, in the graph style dialog, the object identifier will have an underscore).  To move the template, you access the Typescript window by pressing CTRL-', and then you type:
+
:<code>Move Psychedelic_green My_graph_template</code>
  
Move Psychedelic_green My_graph_template
+
To verify that the operation has succeeded, you can examine the objects using the '''Outliner''' window.
  
To verify that the operation has succeeded, you can examine the objects using the Outliner window.
+
==See Also==
 +
* [[Object Manipulation Typescript Commands]]
 +
* [[Typescript]]
 +
* [[Graph Style Templates]]

Revision as of 02:35, 5 February 2016


Move(ident, moduleIdent)

Moves the object «ident»' to the module with the indicated identifier «moduleIdent».

Syntax:

Move ident moduleIdent

From Analytica, you can move objects between modules using drag-drop with the user interface. However, the one place this command is particularly useful is for moving Graph Style Templates. When you define a new graph style template, it is placed in the top-level model, but does not show on the diagram. To move graph style templates to a library, you must enter the typescript window (Ctrl+' ) and use the move command.

The Move command is also the most convenient way to move objects from ADE.

Examples

Suppose you have created a linked module named My_graph_templates, and you wish to move a recently created graph style template named Psychedelic_Green to this module, so that the template can be utilized from other models. First, note that you must use the object identifiers in the typescript command, not the object title (if you entered "Psychedelic Green", with a space, in the graph style dialog, the object identifier will have an underscore). To move the template, you access the Typescript window by pressing Ctrl+' , and then you type:

Move Psychedelic_green My_graph_template

To verify that the operation has succeeded, you can examine the objects using the Outliner window.

See Also

Comments


You are not allowed to post comments.