Feb 10, 2015 #1 baran121 Programmer Sep 8, 2005 337 0 0 TR 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;
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;