Splits the node into two nodes at the specified offset, keeping both in the tree as siblings.

[VBScript]
Public Function SplitText( _
   ByVal offset As Integer _
) As Text
[JScript]
public function SplitText(
offset : int
) : Text;

Parameters

offset
The offset at which to split the node.

Return Value

The new node.

See Also

Text Object | Text Members | DOM Namespace