Daylight v4.9 Release Date: 1 February 2008 Namedt_alloc_vbind - allocate a vector bindingGeneric Prototypedt_alloc_vbind(dt_String) => dt_HandleC Prototype#include "dt_smarts.h"dt_Handle dt_alloc_vbind(dt_Integer strlen, dt_String string) FORTRAN Prototypeinclude 'dt_f_smarts.inc'integer*4 dt_f_alloc_vbind(string) character*() string DescriptionIf a vector binding with the specified name already exists, returns that object. Otherwise, creates a new vector binding and gives it the specified name.The string name must begin with a letter; subsequent characters in the name must be letters, numbers, or the underscore. The name must match the UNIX regular expression: /^[a-zA-Z][a-zA-Z0-9_]*$/ Return ValueReturns a new vector binding object or NULL_OB if 'string' is inappropriate.Related Topicsdt_alloc_pathset(3) dt_getval(3) dt_match(3) dt_name(3) dt_setval(3) dt_smartin(3) dt_smarts_opt(3) dt_umatch(3) dt_vmatch(3) |