RE: Arrays
Hi Dave,
Thank you for your question and welcome to the forum.
The two types of arrays we covered were:
1. Fixed Sized Array - when you know the exact dimensions
2. Dynamic Array - When you don't know the dimensions of the array but you use the ReDim command to resize the array.
I hope this answers your question.
Regards
Simon