Daniel Kozák: > No, it makes more bugs possible > > // this is compile error so its ok > int[MUST_HAVE_FIVE_ITEMS] a=[1,2,3,5]; > // Error: mismatched array lengths, 5 and 4 Have you tried to compile my code? It doesn't give an error. Bye, bearophile