Hello,
I receive the message "Static array exceeds 64k" when I try to compile.
Is there any way to get around this (besides decreasing the size of the array, using multiple arrays, or using a multi-dimensional array)?
Thanks!!
------------------
Dan N
I receive the message "Static array exceeds 64k" when I try to compile.
Is there any way to get around this (besides decreasing the size of the array, using multiple arrays, or using a multi-dimensional array)?
Thanks!!
------------------
Dan N
Comment