Mr Errors Writer Man #1 This is how I create an array of a type at the moment: Type myType Field X:Int Field Y:Int EndType Global Locations:MyType[10] For Local A:Int = 0 To 9 Locations[A] = New myType Next Is there a way to get rid of the For-Next loop part? It gets tedious after a while.