TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
int StringGetChar | ( | string | text, |
int | pos | ||
) |
Returns character from the specified position in the string
text | String |
pos | Char position in the string. Can be from 0 to StringLen(text) -1 |