You can use array types to declare a collection of elements that can be indexed by an integer value. For example: Type FlowRates : Array [0..3] of LREAL; ...
確定! 回上一頁