Siebel eScript Language Reference > Methods Reference > Buffer Methods >

Buffer Size Property


The Buffer Size property is the size of the buffer object. You can write code that sets a value for the Buffer Size property. For example:

inBuffer.size = 5

Siebel CRM does the following:

  • If the buffer size increases beyond the current maximum size of the buffer, then it uses null bytes to fill the additional positions.
  • If the buffer size decreases so that the cursor position is beyond the end of the buffer, then it moves the cursor position to the end of the modified buffer.
Format

bufferVar.size

Siebel eScript Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.