tommys1985 / Publications
Forum
OrderSelect scope issue
Hi All, I am trying to do the following code: for ( int z= 0 ;z < OrdersTotal ();z++) { if ( OrderSelect (z, SELECT_BY_POS , MODE_TRADES )== true ) { .... int another_function = another_function(....) and then the another_function is defined by: int another_function(...) {