1. I'm trying to declare a Constant array. This is not working: Const LDoms() as Integer = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} I get the same bad result if I use parentheses instead of curly braces. What am I doing wrong? -- Arthur