$STATIC Declare Arrays Static REM $STATIC Makes the default array allocation static. ----------------------------------------------------------------------- Notes: $STATIC makes all subsequent arrays static, including those that are DIMensioned with variable subscripts.