- Found in:
- cLib
stringfunctioncStringSetNthChar(stringaString, inta1stCharIndex, stringwithThis1st="", inta2ndCharIndex=0, stringwithThis2nd="&^", inta3rdCharIndex=0, stringwithThis3rd="&^")Global
Description
Documentation String
Requirements: None
Documentation Comment
withThis2nd or 3rd == "*&^" allows mix/match of ""
Caveats
Parameters
stringaString
inta1stCharIndex
stringwithThis1st=""
inta2ndCharIndex=0
stringwithThis2nd="&^"
inta3rdCharIndex=0
stringwithThis3rd="&^"
Examples
Auto-Generated Example
string myString__aString
int myInt__a1stCharIndex
string myString__withThis1st
int myInt__a2ndCharIndex
string myString__withThis2nd
int myInt__a3rdCharIndex
string myString__withThis3rd
string returnedValue = clib.cStringSetNthChar(myString__aString, myInt__a1stCharIndex, myString__withThis1st, myInt__a2ndCharIndex, myString__withThis2nd, myInt__a3rdCharIndex, myString__withThis3rd)