|
Siebel SmartScript Administration Guide > Extending Scripts with Siebel VB and Siebel eScript > SmartScript Page Methods >
GetQuestion
GetQuestion returns the text of the specified question. Syntax
GetQuestion(QuestionName)
|
|
QuestionName |
The name of a question |
Returns
The question whose name is the parameter as a string. Usage
GetQuestion is declared as a SmartScriptQuestion object. GetQuestion returns the text of a question on the page when the question name is specified. This name is the nontranslated name set during authoring. It is not the question text displayed for a particular language.
|