yumazaki
yumazaki
Friends

Add friends via their profile or user search and you will be able to see if they are online

yumazaki
Added topic What's wrong with FileReadArray in build 600. but build 509 is no problem
int init()   { //---    string arr[ 3 ][ 2 ];    arr[ 0 ][ 0 ] = "" ;    arr[ 0 ][ 1 ] = "" ;    arr[ 1 ][ 0 ] = "" ;    arr[ 1 ][ 1 ] = "" ;    arr[ 2 ][ 0 ] = "" ;   
yumazaki
Added topic FileWriteArray has problem in bulid 600. no problem in build 509.help me.
#property copyright "Copyright 2012, MetaQuotes Software Corp." #property link        "http://www.metaquotes.net" int start()   { //----    string arrtest[ 4 ];    arrtest[ 0 ] = 1 ;
yumazaki
Registered at MQL5.community