hasvalue

From DavinciWiki
Revision as of 10:45, 27 March 2006 by Keith (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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


Recent Core Changes

Modified On: 03-27-2006

Personal tools