
8th February 2010, 23:03
|
 |
Member
|
|
Join Date: Dec 2009
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by Enivid
I don't think that you can copy arrays like it:
MQL5 Code:
CCIBuffer[i] = mtf_CCIBuffer[y];
You didn't specify the size of CCIBuffer anywhere before.
|
How should I do this?
|