Page History
...
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Integer | Resulting position |
String | *Input | String | String to be searched for |
StartPosition | *Input (Optional) | Integer | Position at which to start searching |
...
In this example, if #String contained "ABCDEABCDEABCDE", the result would be 5
#Position := #String.PositionOf( "EAB" )