English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming

2006-11-21 19:01:34 · 9 answers · asked by Anonymous in Computers & Internet Programming & Design

9 answers

Dim stands for dimension .
it is used for the declaring variables

2006-11-21 19:07:04 · answer #1 · answered by ch_nagarajind 3 · 0 0

This Site Might Help You.

RE:
What does Dim in VB stand for?
Programming

2015-08-10 04:28:21 · answer #2 · answered by Mohandis 1 · 0 0

Its used for declaring a variable

Say

Dim i as integer

Its stands for delimeter

2006-11-21 19:04:21 · answer #3 · answered by Shaj 5 · 0 0

DIM stands for Dynamic Initialisation Memory

2006-11-21 23:02:46 · answer #4 · answered by kartic03 2 · 0 2

There different results for DIM
Declare in Memory
Declare in Module
Dimensions
..........
but the right answer is DIMENSIONS...
User for dimensions an array in earlier versions of basics..

2014-09-23 17:20:33 · answer #5 · answered by Anonymous · 0 0

Used to declare variables

2006-11-21 19:06:58 · answer #6 · answered by by_ng 3 · 0 0

Dimension

originally used to declare arrays so the dimension was the number of elements in the array.

sort of crept over to declare normal vars as well

2006-11-21 19:08:01 · answer #7 · answered by adr41n 3 · 0 0

It declares (dimensions) array(s)

2006-11-21 19:04:16 · answer #8 · answered by Kasey C 7 · 0 0

dimensions

2006-11-21 21:24:57 · answer #9 · answered by Adeel I 3 · 0 0

fedest.com, questions and answers