Internal Error #333, ARRAY(0) & STATICS$(0)

(#99608) Appears during creation of multi-dim array structures or use
of macros? Very Mysterious & Elusive. Sometimes disappears on it's
own. Try shuffling the code around.

(#100777) Error may be generated when the system cannot find enough
contiguous memory for a big array or large variable. Declaring: STATIC
aJunk[1,2,3,4,5,6,7,8,9,10] can bomb. Seems to have something to do
with STATIC declarations.