Siebel eScript Language Reference > Siebel eScript Commands > String Objects >

The String as Data Type


A string is an ordered series of characters. The most common use for strings is to represent text. To indicate that text is a string, it is enclosed in quotation marks. For example, the first statement puts the string "hello" into the variable word. The second sets the variable word to have the same value as a previous variable hello.

var word = "hello";
word = hello;


 Siebel eScript Language Reference 
 Published: 18 April 2003