OT ItemExists(inObject; inTag) Number
→
Parameter Type Description
inObject Longint inTag String Function result Number A handle to an object
→ Tag of the item to query → 1 if the given item exists, 0 if not←
Discussion
OT ItemExists tests for the existence of the given item. inTag may refer to a top level item, an embedded object or an embedded item.
If inObject is not a valid object handle, an error is generated, OK is set to zero, and zero is returned.
If an item with the given tag exists, 1 is returned. Otherwise zero is returned.

