Hello forum,
I was wondering if there is a way to declare/define arrays depending on some previously defined variable.
example:
if a=2, then declare/define 2 arrays
if a=3, then declare/define 3 arrays
If doable, how does one assign names to these arrays?