Daylight v4.9 Release Date: 1 February 2008 Namedt_append - append an object to the end of a compound objectGeneric Prototypedt_append(dt_Handle, dt_Handle) => dt_HandleC Prototype#include "dt_smiles.h"dt_Handle dt_append(dt_Handle sequence, dt_Handle object) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_append(sequence, object)
integer*4 sequence
DescriptionAppends the object to the end of the sequence.Note that 'object' can be NULL_OB. When NULL_OB is an item in a sequence, dt_atend(3) is required with dt_next(3) to determine when the end of the sequence is reached. Return ValueReturns the handle of the sequence.Related Topicsdt_alloc_seq(3) dt_atend(3) dt_atstart(3) dt_count(3) dt_next(3) dt_reset(3) dt_delete(3) dt_insert(3) dt_seqsort(3) dt_stream(3) dt_toend(3) |