VariableType Property

Specifies the Variable object's data type for the data it stores. Data retrieved from a data source via connections to its CurrentValue property will attempt to be coerced to the defined VariableType.

Syntax

object.VariableType [= enumFixVariableType]

Properties

The VariableType property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumFixVariableType

The data type.

Settings

The settings for enumFixVariableType are:

Constant

Value

Description

tShort

2

Short

tLong

3

Long

tFloat

4

Float

tDouble

5

Double

tString

8

String

tBoolean

11

Boolean

 

Applies To