Question
Can you dimension an array with a variable value?
I would like to dimension an array with a variable value,
like in the
example of the two dimensional array below:
dim FrequencyArray(FrequencyCount,3)
But I get the error message "Expected integer constant" when I try it. Is
there a trick to doing this?
example of the two dimensional array below:
dim FrequencyArray(FrequencyCount,3)
But I get the error message "Expected integer constant" when I try it. Is
there a trick to doing this?
