Siebel SmartScript Administration Guide > Extending Scripts with Siebel VB and Siebel eScript > Other Preprogrammed SmartScript Question Methods >

AnswerType


AnswerType returns the data type of the answer.

Syntax

AnswerType

Returns

An integer representing a data type, as indicated in the following table.

Answer Type
Integer Value

ssString

1

ssInteger

2

ssNumber

3

ssCurrency

4

ssBoolean

5

ssDate

6

ssTrue

7

ssDateTime

8

ssInformation

9

Usage

AnswerType returns the data type of the answer that the current question collects. Each data type is represented as an integer in the return value. AnswerType is declared as an integer.

Siebel SmartScript Administration Guide