DIM (or VAR) ARRAY[number of items] Example: VAR HELLO[2] HELLO[0]=123 HELLO[1]=456 ?HELLO[1] (there is no HELLO[2]... it's weird.)