Quantcast
Viewing all articles
Browse latest Browse all 446

shift array with struct

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?


Viewing all articles
Browse latest Browse all 446

Trending Articles