Daylight v4.9 Release Date: 1 February 2008 Namedt_toend - advance to the end of an objectGeneric Prototypedt_toend(dt_Handle) => dt_BooleanC Prototype#include "dt_smiles.h"dt_Boolean dt_toend(dt_Handle object) FORTRAN Prototypeinclude 'dt_f_smiles.inc'logical dt_f_toend(object) integer*4 object DescriptionGoes to the end of the sequence. The current object becomes NULL_OB, and is imagined to be after the last object in the sequence. The next invocation of dt_next(3) will return NULL_OB. Then, dt_atend(3) will return TRUE.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_alloc_seq(3) dt_atend(3) dt_atstart(3) dt_count(3) dt_next(3) dt_reset(3) dt_append(3) dt_delete(3) dt_insert(3) dt_seqsort(3) |