Hallo to all, I would like to ask, if it is possible to use arrays by the code programming? Due to the fact that the original code is much more complex (frequenz analysis) i have given a simple sample below. FOR i= 0 TO 50 DO Z= 1+i IF  Z > 30 THEN test[i]= 1.25*close ENDIF NEXT In case that arrays are not usable, is there any alternative? Many thanks for your support. Best Regards Hasardeur