Page 1 of 1

how to copy e1 to e2?

Posted: Tue Oct 16, 2007 7:58 pm
by efernal
In my code, I have:

sds_entlast(e1);
...
...
...
sds_entlast(e2);
...
...
...
e2 = e1; // this does not works...

how can I get this?

thanks in advance...
e.fernal

Posted: Wed Oct 17, 2007 8:10 am
by efernal
I found out sds_name_set
thanks...
e.fernal