The new nomenclature for defining arrays changed in AppGameKit V2, the recommendation is to not use DIM in that version, although both are supported.
I am able to correctly define
TwinTriangle as integer[8] = [0,1,2,3,4,5,6,7]
or simply
TwinTriangle as integer[8]
If I use the same in AppGameKit V1, then it is not supported and you will see an error something like (Variable declared using unknown type)
Therefore continue using DIM in AppGameKit V1
Kind Regards
Jason
www.wonkypix.com
www.muckypaws.com
http://www.wonkypix.com
http://www.appstore.com/jsecconsultancyltd
http://itunes.apple.com/us/app/newtons-nonsense/id473520354?ls=1&mt=8