TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool StringFill ( ref string  string_var,
char  character 
)

Fills out a selected string by specified symbols

Parameters
string_varString, that will be filled out by the selected symbol
characterSymbol, by which the string will be filled out
Returns
In case of success returns true, otherwise - false. To get the error code call GetLastError().