Home > Community > FPScript > How to create a 2D Array in FPScript? > Antwort auf: How to create a 2D Array in FPScript?

#12545
Richard WeisangRichard Weisang
Administrator

I know that I can use this expression to create an array of 1000 element starting with 0 and Delta 1 : (1000, 0, 1)

Is it possible to use the same expression to create 2 dimensional array (matrix)?