Description
Returns the position in 'string' where the first instance on 'stringtofind' was located starting at a position of 'startindex' in the 'string paremeter.
Signature
IndexOf('inputstring', 'stringtofind', 'startindex')
Example
IndexOf('Formula Manager', 'Man', 0) Returns 8
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| inputstring | xxxx | xxxx | xxxx |
| stringtofind | xxxx | xxxx | xxxx |
| startindex | xxxx | xxxx | xxxx |
