TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int StringGetChar ( string  text,
int  pos 
)

Returns character from the specified position in the string

Parameters
textString
posChar position in the string. Can be from 0 to StringLen(text) -1
Returns
Char code or 0 if error. To get information about error, call the GetLastError() function