Hyper Dictionary

English Dictionary Computer Dictionary Video Dictionary Thesaurus Dream Dictionary Medical Dictionary


Search Dictionary:  

Meaning of DIM STATEMENT

 Sponsored Links: 
 
Computing Dictionary
 
 Definition: 

(From "dimension") A keyword in most versions of the basic programming language that declares the size of an array. E.g.

        DIM A(100)

declares a one-dimensional array with 101 numeric elements (including A(0)).

visual basic uses the DIM (or "Dim") statement for any variable declaration, even scalars, e.g.

Dim DepartmentNumber As Integer

which declares a single (scalar) variable of type Integer.

 

 

COPYRIGHT © 2000-2008 HYPERDICTIONARY.COM HOME | ABOUT HYPERDICTIONARY