Hi all,
Is there a easy way to copy an array to an array in a struct like following:
struct pailie
{
int ThisPailie[9];
int ThisZhongJie[8];
int ThisXuHao;
};

void main()