Hi!

I want to copy the content of Tree1 to Tree2....how can I do this?

"
typedef struct
{

var Alter;
var Zustand;
STRING* Name;

}TREE;

TREE Tree1;
TREE Tree2;

"