Quote:
Originally Posted by Kapupc
like this ?
Код:
new variable1, variable2;
orm_addvar_int(ormid, variable1, "Field");//first addvar
andthen you load data in before u save again just set the variable1 by normally function
such variable1 = variable2;
and then orm_save
|
What if I don't want to reset the first variable? Is there a better way to doing what I said?