company logo

Delete watch expression (DELETEWATCH)

The command allows deleting a watch expression defined within the context of the current OSI function. When passing a number, the watch expression at corresponding position is deleted. Positions are listed when calling watch without parameters. When passing an expression (e.g. variable name), the corresponding watch expression will be removed.

Parameters:

  • number - Position of watch expression in the watch list
  • expression - Watch expression set by a watch command.

Syntax:

  deletewatch|dw number|expression

Examples:

  dw 2              // Delete watch expression at position 2

  dw name           // Delete watch expression 'name'.