yumazaki / Publications
Forum
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 ] = "" ; arr[ 2 ][ 1 ] = "" ; int handle = FileOpen ( "test.txt" , FILE_TXT | FILE_READ ); if (handle> 0 ) { FileReadArray(handle, arr
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 ; arrtest[ 1 ] = 1 ; arrtest[ 2 ] = 1 ; arrtest[ 3 ] = 1 ; int handle= FileOpen ( "1.txt" , FILE_READ |