Code:
private int WordCount = 0;
private GlobalData.Word[] Word;
Word = new GlobalData.Word[WordCount];
MessageBox.Show(Word[WordCount].ToString());
Error: IndexOutOfBounds when sending the MessageBox call

why is this?

thx!