TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
int FileWriteArray< T > | ( | int | handle, |
TMXArray< T > | array, | ||
int | start, | ||
int | count | ||
) |
Writes arrays of any type except for string to a BIN file
T | Type of source array values |
handle | File descriptor returned by FileOpen() |
array | Source array |
start | Initial index in the array (number of the first recorded element) |
count | Number of items to write (WHOLE_ARRAY means all items starting with the number start until the end of the array) |