Daylight v4.9
Release Date: 1 February 2008

Name

dt_append - append an object to the end of a compound object

Generic Prototype

dt_append(dt_Handle, dt_Handle) => dt_Handle

C Prototype

#include "dt_smiles.h"

dt_Handle dt_append(dt_Handle sequence, dt_Handle object)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_append(sequence, object)

integer*4 sequence
integer*4 object

Description

Appends 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 Value

Returns the handle of the sequence.

Related Topics

dt_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)