Description
Removes a number of characters from a string at a starting position.
Signature
Remove('inputstring', 'startpostion', 'numberofcharacterstoremove')
Example
Remove('microsoft',4,2) Returns 'microft'
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |
startpostion | xxxx | xxxx | xxxx |
numberofcharacterstoremove | xxxx | xxxx | xxxx |