Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copy serie to serie

Status
Not open for further replies.

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;


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top