Delete next (Dn)
Instruction: Dn#
Parameter: "#" Number of subsequent characters to delete
Description:
Starting from the cursor, delete the specified number of characters. This is an action instruction, therefore it has no return value. The numerical value specified as a parameter indicates how many characters of the text will be deleted. This action is similar to pressing the Delete key.
Examples:
Action: Dn2
Description: Delete 2 characters starting from the cursor.