AnswerType

AnswerType returns the data type of the answer.

Syntax

Answer Type

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.