found this in the pbp3 book

One more note about array variables. The modifiers associated with scalar
variables can't be used with array variables:
stored[1].BYTE0 = 0 'ERROR

"if all else fails"