I have an array extern int vectorSync []
After some calculations, the size of the array is calculated. Writes to a variable. But for declaring the size of the array, I need a constant. How to move the value of a variable to a constant, and then substitute in the size of the array?