ring delaration
lkastner · Mon Dec 03, 2012 11:54 pm
I have a ring called r and want to create a copy of this ring, but with a different characteristic. Is there some working alternative to
?
Thanks,
Lars
Code:
int newchar = 5;
ring r = newchar,(varstr(r)),dp;
ring r = newchar,(varstr(r)),dp;
?
Thanks,
Lars