Global variable

Ask general questions here.
omayer
Posts: 458
Joined: Thu Oct 28, 2010 6:14 pm

Global variable

Post by omayer » Mon Oct 01, 2012 5:47 pm

How to declare array as global variable since static class can't instantiate the object, Thank you in Advance
Tipu

omayer
Posts: 458
Joined: Thu Oct 28, 2010 6:14 pm

Re: Global variable

Post by omayer » Mon Oct 01, 2012 5:53 pm

problem solved - public static int[] coRowNumber = new int[16];
Tipu