how to copy e1 to e2?
Posted: Tue Oct 16, 2007 7:58 pm
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
sds_entlast(e1);
...
...
...
sds_entlast(e2);
...
...
...
e2 = e1; // this does not works...
how can I get this?
thanks in advance...
e.fernal