pltIPlot CutNote

Cuts a note.

Syntax

pltIPlot_handle CutNote note, append_future

Application

Tcl Modify

Description

This command cuts a note based on the user-input datum index.

Inputs

note
The note index (position in the note list) that you want to cut.
append_future
true
Indicates the cut is added to a memory.
false
Indicates that the cut is not added to memory. This way, multiple cuts can be made and pasted at the same time, rather than cutting and pasting each one individually.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot CutNote 1 false;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Note

Modify