- Found in:
- Dylbills PE
stringfunctionStringReplace(stringTargetStr, stringSearchStr, stringReplaceStr, intCount=0, intStartIndex=0)Global
[DEV SERVER] Loading description...
Caveats
Parameters
stringTargetStr
stringSearchStr
stringReplaceStr
intCount=0
intStartIndex=0
Examples
Auto-Generated Example
string myString__TargetStr
string myString__SearchStr
string myString__ReplaceStr
int myInt__Count
int myInt__StartIndex
string returnedValue = DbMiscFunctions.StringReplace(myString__TargetStr, myString__SearchStr, myString__ReplaceStr, myInt__Count, myInt__StartIndex)