How can I set a multidimension array with different data type values?

 

Hi

I would like to manipulate a two dimention array with one row containing strings (ie symbol pairs) and the second row with an associated boolean state.

I hope to link the boolean state of a condiction to a symbol pair.

Many thks

ronaldosim

 
well...this is not possible AFAIK you could use a parallel array of booleans or you could really use the words "true" and "false" in a string array.
 
Unfortunately it's impossible with MQL5. But there will be Structures and Objects in MQL5. See Interview with Stanislav Starikov: Features of New MQL5
 
tradeigel wrote >>
well...this is not possible AFAIK you could use a parallel array of booleans or you could really use the words "true" and "false" in a string array.

Thks for all the answers, looks like I will try tradigel suggestion