MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

StoDiv Indicator
StoDiv
Author: GODZILLA
Screenshot
فاسمین, W1
Real
Subscribe to signal
FOREX NAVIGATOR
96.02%, 3 245.29 USD
Acceleration of GravityAcceleration of Gravity Try product
Acceleration of Gravity
Author: achidayat
Introduction to the Empirical Mode Decomposition Method Introduction to the Empirical Mode Decomposition Method

CharArrayToString

It copies and converts part of array of uchar type into a returned string.

string  CharArrayToString(
   uchar  array[],              // array
   int    start=0,              // starting position in the array
   int    count=-1              // number of sumbols
   uint    codepage=CP_ACP      // code page
   );

Parameters

array[]

[in]  Array of uchar type.

start=0

[in]  Position from which copying starts. by default 0 is used.

count=-1

[in]  Number of array elements for copying. Defines the length of a resulting string. Default value is -1, which means copying up to the array end, or till terminal 0.

codepage=CP_ACP

[in]  The value of the code page. For the most-used code pages provide appropriate constants.

Return Value

String.

See also

Use of a Codepage

 


Updated: 2010.09.17