afc_nodemaster_is_last

Name

afc_nodemaster_is_last  -- Checks if the current item is actually the last one

Synopsis

short islast ( void);

Description

This method checks if the current item is the last one.

Inputs

nm

Pointer to a valid NodeMaster class.

Result

TRUE

The item is the last.

FALSE

The item is not the last.

See Also