copy serie to serie
copy serie to serie
(OP)
Hi,
i have two series. i want to copy one serie to another.
is there any way to copy serie to serie ?
uint8 serie1[400];
uint8 serie2[400];
serie1[0]=1;
serie1[1]=1232;
serie1[3]=1232;
serie2=serie1;
i have two series. i want to copy one serie to another.
is there any way to copy serie to serie ?
uint8 serie1[400];
uint8 serie2[400];
serie1[0]=1;
serie1[1]=1232;
serie1[3]=1232;
serie2=serie1;