I have this code
public static Boolean freq[] = new Boolean[Global.iParameter[2]]; freq[Global.iParameter[2]] = false;
could someone tell m
public static Boolean freq[] = new Boolean[Global.iParameter[2]];
Global.iParameter[2]:
It should be const value