Siebel VB Language Reference > Siebel VB Compared to Other Basic Products > Differences Between Siebel VB and Earlier Versions of Basic >

Data Types in Siebel VB


Modern Basic is now a typed language. Siebel VB includes variants and objects, in addition to the standard data types of string, numeric, array, and record.

Variables that are defined as variants can store any type of data. For example, the same variable can hold integers or strings, depending on the procedure.

Objects give you the ability to manipulate complex data supplied by an application, such as windows, forms, or COM objects.

Siebel VB Language Reference