Arrays are created using the Dim command. When you call a Sub/Function taking a variable number of arguments, those are passed in as an array as well.

Version Differences: Arrays are supported since PCC2 1.99.12. They are not supported in PCC 1.x.

Built-in object collections such as Ship or Planet are technically not arrays, but mostly behave like arrays.

Commands and Functions taking Array as Parameter