In one of my programs, I have to declare a variable as follow :
Dim Variable(Param1, Param2)

But everytime I run my program, I get an error warning me that I must use a constant when declaring an array.
Is there any way around this ?