Description
Inserts one string into another at a position.
Signature
Insert('inputstring', position, 'insertstring')
Example
Insert('The cat',4 ,'black ' ) Returns 'The black cat'
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |
position | xxxx | xxxx | xxxx |
insertstring | xxxx | xxxx | xxxx |