- Found in:
- Baka
Description
Documentation String
Returns the character at the passed index of the given string
Caveats
Parameters
stringasString
intaiIndex
Examples
Auto-Generated Example
string myString__asString
int myInt__aiIndex
string returnedValue = StringUtil.GetNthCharacter(myString__asString, myInt__aiIndex)