15 Oct 2008 at 12:59 #1 PaulStat PaulStat Soldato Joined 1 Mar 2003 Posts 5,508 Location Cotham, Bristol Why is it that you can do this Code: int [] myArray1 = {0,1,2,3,4,5}; But you can't do this Code: int [] myArray1; myArray1 = {0,1,2,3,4,5}; Cheers, Paul
Why is it that you can do this Code: int [] myArray1 = {0,1,2,3,4,5}; But you can't do this Code: int [] myArray1; myArray1 = {0,1,2,3,4,5}; Cheers, Paul