Siebel eScript Language Reference > Siebel eScript Commands > Buffer Objects >

size Property


The size of the Buffer object.

Syntax

bufferVar.size

Parameter
Description
Not applicable
 

Returns

Not applicable

Usage

A value may be assigned to this property; for example,

inBuffer.size = 5

If a buffer is increased beyond its present size, the additional spaces are filled with null bytes. If the buffer size is reduced such that the cursor is beyond the end of the buffer, the cursor is moved to the end of the modified buffer.

See Also

cursor Property


 Siebel eScript Language Reference 
 Published: 18 April 2003