45. insertControlChar

Parameter syntax:

control_character

Inserts specified control character (newline, tab, etc) at caret position. The control character can be specified using its Java™ notation, for example: "\n" or "\u000a" for the newline character.

This command honors the Overwrite Mode (OVR) in XMLmind XML Editor - Online Help when this mode has been turned on.

This command will not work if the view of the element in which the control character is to be inserted rejects such characters.

Note that pasting control characters using the paste command always work.