| Bookshelf Home | Contents | Index | PDF |    | 
| Siebel eScript Language Reference > Siebel eScript Commands > Buffer Object Methods > putString() MethodThis method puts a string into a buffer object at the current cursor position. Syntax
 UsageIf the unicode flag is set within the buffer object, then the string is put into the buffer object as a Unicode string; otherwise, it is put into the buffer object as an ASCII string. The cursor is incremented by the length of the string, or twice the length if it is put as a Unicode string. A terminating null byte is not added at end of the string. To put a null terminated string into the buffer object, do the following: buf1.putString("Hello");   // Put the string into the buffer ExampleThe following example places the string  function eScript_Click () See Also | 
|  |    | 
| Siebel eScript Language Reference |