- Found in:
- Baka
Description
Documentation String
Returns a portion of the passed string beginning from the passed index, if length is 0, the rest of the string is returned
Caveats
Parameters
stringasString
intaiStartIndex
intaiLength=0
Examples
Auto-Generated Example
string myString__asString
int myInt__aiStartIndex
int myInt__aiLength
string returnedValue = StringUtil.Substring(myString__asString, myInt__aiStartIndex, myInt__aiLength)