www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Declaration
Array [index range];
Description
Since Delphi Script language is a type-less language, you only need to specify the size or range of an array. You can still define what type of elements the array can hold, but it is not necessary. The Open array declaration is not supported.
Example
var x : array [1..2];