Siebel SmartScript Administration Guide > Extending Scripts with Siebel VB and Siebel eScript > Methods Used with Pages >

GetQuestion


GetQuestion returns the text of the specified question.

Syntax

GetQuestion(QuestionName)

Argument
Description

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 non-translated name set during authoring, not the question text displayed for a particular language.

Siebel SmartScript Administration Guide