I need to initialize a static array in one of my scripts. This is the code I wrote: const sArray : array [1..3] of integer = (1,2,3); ...
確定! 回上一頁