Is there an elegant way to use the same Array on different Layouts, where each layout has a different width (size) for the array?
This way, I can use a single Array in a Main event sheet, where I can use things like myArray.Width in general functions, that all my Layout-specific event sheets can reference.