<div dir="ltr"><div dir="ltr">> The array size} limit that I found through trial and error is (2^15)-1.<br>> Declaring an array that is [larger] results in an error of "Constant required", <br></div><div dir="ltr"><br></div><div>On its face, it states that anything bigger cannot be an integer constant, which is reasonable because that's the largest (signed) integer value. Does that version of C support unsigned constants?</div><div><br></div><div>Doug</div></div>