Short Name: Split Text
Requires: Base Development System
Class: Text Methods
Splits the Text Node into two nodes at the Offset you specify. The existing Text Node contains text from the beginning to the offset. New Text is the new Text Node.
Name | Type | Direction |
---|---|---|
Offset | 32-bit signed integer | in |
New Text | Text | out |