Shayton Equilibrium Kitchen Utensil 2003 User Manual

Page of 194
154 
 Chapter 3 
• 
• 
• 
a p p e n d ( )  
Appends the given text string to the text associated with the named object. 
Syntax
<object name>.append(
<"text string">
);
Parameters
This function takes only a text string, which must be enclosed in quotation marks.
g e t T e x t ( )  
Returns the text associated with the named object. 
Syntax
<object name>.getText();
Parameters
This function has no parameters.
g e t T e x t T y p e ( )  
Returns the text type associated with this object: “TextResponse.TypePlain”, 
“TextResponse.TypeHtml”, or “TextResponse.TypeXml”.
For more information about text types, see “TextResponse()” on page 153.
Syntax
<object name>.getTextType();
Parameters
This function has no parameters.
g e t T y p e ( )  
Returns the type of the named object, which is always “TextResponse”. 
Syntax
<object name>.getType();
Parameters
This function has no parameters.
s e t T e x t ( )  
Sets the text string associated with this object. 
Syntax
<object name>.setText(
<"text string">
);