Siebel VB Language Reference > Siebel VB Compared to Other Basic Products > Differences Between Siebel VB and Visual Basic >

Data Types in Siebel VB


Siebel VB does not include a Boolean data type. You can simulate a Boolean data type by using an integer variable and regarding 1 (or any non-zero number) as TRUE and 0 as FALSE.

NOTE:  If you need to call a field of DTYPE_BOOL in a script, you should declare it as a string.

Siebel VB Language Reference