Siebel VB Language Reference > Quick Reference: Statements and Functions >

Declarations


The following statements are for data declarations.

Statement
Purpose
For More Information
Const
Declares a symbolic constant
Declare
Forward declares a procedure in the same module or in a dynamic-link library
Deftype
Declares the default data type for variables
Dim
Declares variables
Function...End Function
Defines a function
Global
Declares a global variable
Option Base
Declares the default lower bound for array dimensions
Option Compares
Declares the default case sensitivity for string comparisons
Option Explicit
Forces variables to be declared explicitly
ReDim
Declares dynamic arrays and reallocates memory
Static
Defines a static variable or subprogram
Sub...End Sub
Defines a subprogram
Type
Declares a user-defined data type


 Siebel VB Language Reference
 Published: 18 June 2003