TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
string StringSetChar ( string  text,
int  pos,
int  value 
)

Returns the string copy with changed character in the specified position

Parameters
textSource string
posThe character position in the string. Can be from 0 to StringLen(text)
valueNew char
Returns
The string copy with changed character in the specified position