hasvalue

From DavinciWiki
Revision as of 16:46, 3 March 2006 by Cedwards (Talk | contribs)

Jump to: navigation, search


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

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions


Recent Core Changes

Modified On: 03-27-2006

Personal tools