Daylight v4.9 Release Date: 1 February 2008 Namedt_seqsort - sort objects in a sequence by string valuesGeneric Prototypedt_seqsort(dt_Handle) => dt_BooleanC Prototype#include "dt_smiles.h"dt_Boolean dt_seqsort(dt_Handle sequence) FORTRAN Prototypeinclude 'dt_f_smiles.inc'logical dt_f_seqsort(sequence) integer*4 sequence DescriptionSorts the member objects of a sequence alphabetically by their string values (what dt_stringvalue(3) would return for each object in the sequence. Objects for which dt_stringvalue(3) returns invalid string will be at the end of the sequence.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_setadjunct(3) dt_stringvalue(3) dt_toend(3) |