The documentation states pretty plainly that dimensioned arrays declared as a common variable must be a static size.
Is there a technique or pattern that anyone has discovered to get around this? I want to resize my common arrays as needed, but I'm at a loss how I can make this work.
Is it possible?



