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

data Property


This property is a reference to the internal data of a buffer.

Syntax

bufferVar.data

Usage

This property is used as a temporary value to allow passing of buffer data to functions that do not recognize Buffer objects.

Siebel eScript Language Reference