Array

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

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];

Your Ad Here