What does DIM stand for?

K

KLP

Here's a simple question: what does DIM stand for? I know it is used to
define things, but would like to know what the letters stand for.

Thank you,
Kelvin
 
D

Dirk Goldgar

KLP said:
Here's a simple question: what does DIM stand for? I know it is used
to define things, but would like to know what the letters stand for.

In old Basic, it was short for "Dimension", because it was only used to
declare the dimensions of arrays.
 
Top