hasvalue
From DavinciWiki
Contents: Description, Arguments, Usage, Examples Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Determine if an object exists. Identical to HasValue.
Arguments and Return Values Arguments: A variable Return Value: 0 or 1
Usage Syntax: hasvalue(object) hasvalue() returns a 1 if the specified object exists in the davinci name space.
Examples dv> hasvalue(a) 1 dv> hasvalue(struct) 1 dv> hasvalue(struct.c) 1 dv> hasvalue(text) 1 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 03-27-2006 |