Daylight v4.9 Release Date: 1 February 2008 Namedt_next - retrieve the next object in a compound objectGeneric Prototypedt_next(dt_Handle) => dt_HandleC Prototype#include "dt_smiles.h"dt_Handle dt_next(dt_Handle object) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_next(object) integer*4 object DescriptionGets the next object in the sequence or stream.Return ValueReturns an object handle or the NULL_OB if all items of the stream or sequence have already been returned.Related Topicsdt_alloc_seq(3) dt_atend(3) dt_atstart(3) dt_count(3) dt_reset(3) dt_stream(3) dt_toend(3) |