Owning Palette: String Functions
Requires: Base Development System
Inserts, deletes, or replaces a substring at the offset you specify in string.
![]() |
![]() |
The Replace Substring function deletes length characters in string starting at offset, and replaces the deleted portion with substring. If length is 0, the Replace Substring function inserts substring at offset. If substring is empty, the Replace Substring function deletes length characters at offset.