Command Reference - String Actions
Finds the location of a sub-string within a string.
|
Action ID: |
21 |
The variable that the result will be stored in. If the sub-string is found, the result will be a zero-based index describing the position where the sub-string was found in the string. If the sub-string is not found, the result will be -1.
The string to search in.
The sub-string to search for.
The zero-based position in the Search in string to start searching from. Use -1 to start searching from the last character in the Search in string.
Determines whether to search forward (to the right) or backward (to the left) from the Start at position index.
If checked, the search will be case sensitive.
|
Value |
Simple Message |
Verbose Message |
|
0 (OK) |
|
|
None