How to delete method instructions


Instruction

The table below describes how to delete method instructions in the Text Instructions Editor:

Step

Action

1

Select the instruction in the Text pane.

2

Use one of the following alternatives:

  • Right-click the instruction and choose Delete in the displayed menu,

    or

  • press the Delete button in the Instruction box,

    or

  • press the Delete key on your keyboard.

End_Block instruction

If you delete the End_Block instruction, the block will end at the last instruction in the block. If a gradient is currently being formed, the gradient will continue into the next block.


How to suspend execution temporarily

An instruction that has been deleted can only be recovered by re-inserting the instruction. If you want to suspend execution of an instruction temporarily (for example during development work), you can replace the breakpoint with a value after the End_Block or End_Method instruction.


2005-06-15