| ComputerDictionaries.org Computer terms spelled out... |
|
|
|
|
Dictionaries by Category
High-Tech News
|
| Definition Of: |
DIM statement
< programming> (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. (1999-03-26)
(c) Copyright 1993 by Denis Howe
|
| |
General INDEX:
List of Terms: Terms beginning with "A", Page 1 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 A: Page 1 of 76.
|
|
|
|
|
| Copyright 2008, ComputerDictionaries.org. All rights reserved. |
|
|