Siebel eScript Language Reference > Siebel eScript Commands > Buffer Object Properties >

size Property


The size of the Buffer object.

Syntax

bufferVar.size

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 Copyright © 2007, Oracle. All rights reserved.