Page 1 of 1

Global variable

Posted: Mon Oct 01, 2012 5:47 pm
by omayer
How to declare array as global variable since static class can't instantiate the object, Thank you in Advance

Re: Global variable

Posted: Mon Oct 01, 2012 5:53 pm
by omayer
problem solved - public static int[] coRowNumber = new int[16];