Is it possible shift data array. I have
Array_ret: ARRAY[0..10] OF test;
and
TYPE tests : STRUCT TinFoil: BOOL; InFrame: BOOL; END_STRUCT END_TYPE
I want shift all one time time Array_rest[0] information to Array_rest[1]. Array_rest[1] to Array_rest[2] and...
Is it possible?