- Found in:
- Scrab's PE
Description
Documentation Comment
Replace the character at index aiIndex in asStr with asReplace
Caveats
Parameters
stringasStr
intaiIndex
stringasReplace
Examples
Auto-Generated Example
string myString__asStr
int myInt__aiIndex
string myString__asReplace
string returnedValue = SPE_Utility.ReplaceAt(myString__asStr, myInt__aiIndex, myString__asReplace)