Hail to All,

I need help is converting a variable declaration. In VB 6 I used to be able to create a variable like the following.

Private WatchingKey(1 to 26) as Boolean

How do I do this now in 2005 as this no longer works.

Thanks for all your help.