Forum

Function return an array?

Hi, How to define the return value as an array? I wrote like this, but it was compiled wrong, string[] A();

debug dll

Hi, Could someone help me ? Is there any way to debug a dll used in EA

arrayresize problem

Hi, Could someone help me ? Below is my codes in ea: int iarray[]; ArrayResize(iarray, 10); when I excuted the ea, I got an error says : Access Violation read to 0xCDCDCDC8 in 'a.ex4' Hanxu