- Found in:
- Dylbills PE
Description
Documentation Comment
Finds the last index of String ToFind in string s
Example: FindLastStringIndex("The dog is the coolest dog in the world", "The") returns 30, the last instance of "the"
Requires skse.
Caveats
Parameters
strings
stringToFind
Examples
Auto-Generated Example
string myString__s
string myString__ToFind
int returnedValue = DbMiscFunctions.FindLastStringIndex(myString__s, myString__ToFind)