Daylight v4.9 Release Date: 1 February 2008 Namedt_setval - bind a new value to a vector bindingGeneric Prototypedt_setval(dt_Handle, dt_Handle) => dt_BooleanC Prototype#include "dt_smarts.h"dt_Boolean dt_setval(dt_Handle vbind, dt_Handle pp) FORTRAN Prototypeinclude 'dt_f_smarts.inc'logical dt_f_setval(vbind, pp)
integer*4 vbind
DescriptionSets the value of vbind to the value of pp, which must be a pattern, pathset, or NULL_OB.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_alloc_pathset(3) dt_alloc_vbind(3) dt_getval(3) dt_match(3) dt_name(3) dt_smartin(3) dt_smarts_opt(3) dt_umatch(3) dt_vmatch(3) |