I was wondering if it's possible to set an array's length as a variable value as it would help a lot with my current function.
Essentially what I want to be able to do is:
q = 2
Dim AnswerIDs(q)
However, this results in an error, does anyone know how I could do this?