Variable Declarations


Statements to declare and allocate space for variables.

DIM
Declares a variable at the current scope.
CONST
Declares a non-modifiable variable.
SCOPE
Begins a new scope block.
STATIC
Declares variables in a procedure that retain their value between calls.
SHARED
Used with Dim allows variables to be visible throughout a module.
VAR
Declares variables where the data type is implied from an initializer.
BYREF (variables)
Used with Dim or Static or Var allows to declare references.


 


Back to Table of Contents
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki



sf.net phatcode