eco_begin
eco_begin [ -no_undo [ true | false ] ]
Description
Starts an ECO command sequence and returns the ECO control for the sequence. The ECO control is passed by other ECO commands to identify the command sequence that they apply to. An eco_commit or eco_undo terminates the command sequence.
Arguments
|
Determines whether changes in this ECO command sequence can be undone. |
||
Value Returned
Examples
The following example sets the eco variable to the ECO control value for a new command sequence. This variable is passed to ECO commands to identify the sequence to add the command to.
set eco [eco_begin]
Related Topics
Return to top