OT SizeOfArray version 1
OT SizeOfArray(inObject; inTag) Number
→
Parameter Type Description
inObject Longint A handle to an object
→
inTag String Tag of the item to query
→
Function result Number The size of the item’s array
←
Discussion
OT SizeOfArray returns the number of elements in an array item within an object.
If inObject is not a valid object handle, if no item in the object has the given tag, or if the item’s type is not an array type, an error is generated, OK is set to zero, and zero is returned.
See Also

