StringSetChar()

 
Hi Slawa, anomaly with this function as the character is not returned in the specified position:
string strChanged=StringSetChar("0123456", 3, 65); // 012A456
Also parameter 3 in the sample is the wrong type. Take care.
 
Still confused at times that counting starts at 0
Reason: