<cStringBuilderArray>.Size

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > StringBuilder > cStringBuilderArray Class > <cStringBuilderArray> Properties >

<cStringBuilderArray>.Size

 

Description

 

Retrieves number of bytes stored inside cStringBuilderArray object.

 

Syntax

 

GET

n = <cStringBuilderArray>.Size

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning





 

 

Remarks

 

Size is in bytes.

It represents all bytes needed to store all string items inside cStringBuilderArray object.

 

Restrictions

 

This property is read only property

 

See also

 

Examples