13.10.2014, 14:16
Quote:
I want to load data into a seperate variable from a specific field and then save data from another variable into the same field. Will orm_delvar and then orm_addvar_string suffice or do I have to redo something..?
|
Код:
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