I'm trying to get the size of an array and found this code to do it:
int ArraySize(
const void& array[] // checked array
);
but I get this error:
'void' - illegal use of 'void' type Test.mq4 81 10
Anyone can help me understand what I'm doing wrong? I'm using MetaTrader 4.