changeId

changes the id of a data item

void changeId(id old,id newid);

Parameters

oldidthe old id
newididthe new id
See also
Back to top