expose please your init finction sources (please use button 'pre')
double rangeA[][1]; extern int Range = 7; int init() { int r = ArrayResize(rangeA,Range); if( r != Range ) Print("Range Error"); return(0); }
Hi
Has there been a resolution to this problem? I am experiencing the same error in using code put forward in the forum.
I get an "Cannot array resize" error, no matter how I try to resize.
Thanks
Des
Has there been a resolution to this problem? I am experiencing the same error in using code put forward in the forum.
I get an "Cannot array resize" error, no matter how I try to resize.
Thanks
Des
Any luck yet?
exposed code works properly. "Range error" will be printed if second range is greater than 1 because You resize first range but receive as return value all the array size.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Is this expected behavior or a bug ?
Thanks,
Chris