how would i put this into an array and then call upon it in my main code?
`prepare planet fields
type planet_1
object as integer
name as string
population as integer
size as integer
endtype
global planet_count as integer : dim planet(planet_count) as planet_1
type planet_2
object as integer
name as string
population as integer
size as integer
endtype
global planet_count as integer : dim planet(planet_count) as planet_2
type planet_3
object as integer
name as string
population as integer
size as integer
endtype
global planet_count as integer : dim planet(planet_count) as planet_3
type planet_4
object as integer
name as string
population as integer
size as integer
endtype
global planet_count as integer : dim planet(planet_count) as planet_4
type planet_5
object as integer
name as string
population as integer
size as integer
endtype
global planet_count as integer : dim planet(planet_count) as planet_5
type planet_6
object as integer
name as string
population as integer
size as integer
endtype
global planet_count as integer : dim planet(planet_count) as planet_6
type planet_7
object as integer
name as string
population as integer
size as integer
endtype
global planet_count as integer : dim planet(planet_count) as planet_7
type planet_8
object as integer
name as string
population as integer
size as integer
endtype
global planet_count as integer : dim planet(planet_count) as planet_8
type planet_9
object as integer
name as string
population as integer
size as integer
endtype
global planet_count as integer : dim planet(planet_count) as planet_9