Clara-Doc - Method Reference

 / packages  / CTBASE  / Version 01.00.00  / CTBUFF

CTBUFF_Length
Description
Returns the number of bytes in the CTBUFF value. If the CTBUFF contains character data, this does not necessarily correspond to the length of the character string, for example, if the string is in UTF-8 or unicode; some characters are more than one byte in size.

Prototype

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


The number of bytes in the CTBUFF instance value.