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
text | Source string |
pos | The character position in the string. Can be from 0 to StringLen(text) |
value | New char |