30.05.2009, 16:18
You can get rid of the need for "Number_Of_Announcements" by leaving it empty .. []
The sizeof(Announcements) you use later will work it out anyway. At least, it works for me so I assume that's how it works..
The sizeof(Announcements) you use later will work it out anyway. At least, it works for me so I assume that's how it works..