|
TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
| bool StringSetCharacter | ( | ref string | string_var, |
| int | pos, | ||
| char | character | ||
| ) |
Returns copy of a string with a changed character in a specified position
| string_var | String |
| pos | Position of a character in a string. Can be from 0 to StringLen(text)-1 |
| character | Char value to set |