afc_nodemaster_change_numerical_pos

Name

afc_nodemaster_change_numerical_pos  -- Changes the current ordinal item position

Synopsis

void afc_nodemaster_change_numerical_pos (NodeMaster * nm, unsigned long newnum);

Description

Use this command to change current node ordinal position number.

Inputs

nm

Pointer to a valid NodeMaster class.

newnum

new ordinal number to assign to the current node.

Result

The current node ordinal number will be changed.

Note

You *MUST* know exactly what you are doing. Passing a wrong value as parameter could get to instability. This command is designed only for "professional" user who intend build new object inheriting this one.

See Also