Data Types

Siebel VB is a typed language. It includes multiple data types, such as strings, numbers, variants, and arrays.

A variable that you define as a variant can store any type of data. For example, the same variable can hold integers or strings, depending on the code.

Objects allow you to manipulate complex data that an application supplies, such as Microsoft Windows forms, or COM objects.

For more information, see About Data Types.