Clara-Doc - Method Reference

 / packages  / CTBASE  / Version 01.00.00  / CTARR

CTARR_ItemSize
Description
Returns the size in bytes of items in the array.

Prototype

			       
       DCTARR_ItemSize...                                               
       D                 PR            10I 0                              
       D
       D@This                            *     Value                           
						
Parameters
@This
TypePointer (*)
Passing ModeValue
DescriptionThe address of an array instance. This pointer MUST be obtained through a call to CTARR_Constructor
Return Values


This method returns the size in bytes of the items in the array. A size of zero is not a failure; arrays are allowed to hold items of size zero (that would mean NULL items perhaps).