Skip to main content
%Size()

Returns an integer showing the size of a dynamic object or array. In the case of an array, the size includes unassigned entries within the array. In the case of an object, the size only includes elements that have assigned values. See “Sparse Array Iteration with %Size()” for details and examples.

   method %Size() as %Integer

see also: %GetNext()

class reference: %DynamicAbstractObject.%Size()Opens in a new tab


FeedbackOpens in a new tab