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

I'm very simple minded when it comes to code, just the same I would like to learn it anyway. Can anyone direct me to a good site or book?

2007-07-15 06:28:36 · 6 answers · asked by Jimmy 3 in Computers & Internet Programming & Design

6 answers

I think you're talking about VB. there it is used to declare and allocate storage space for variables, for example:

Dim Quantity As Integer = 10

If you want some good book for VB, check this page:
http://www.visualbasicbooks.com/features.html

2007-07-15 06:35:03 · answer #1 · answered by Anonymous · 0 0

Dim is usually used in Visual Basic programing.

Dim is used to Declare (or Dimension) a variable before it can used.

To learn programing, you have to first decide which programing language you want to learn e.g. C,C++,C#,Java,Visual Basic and lots more.

The sites and books for reference vary with the language that you want to learn.

2007-07-15 13:36:07 · answer #2 · answered by aRe_yeS 2 · 1 0

Dim is a keyword in Visual Basic for creating a variable.

Example:

Dim someVar as variant

Other programming languages tend to create variables in different ways.

Java for example uses:

String someVar = "foo";

2007-07-15 13:34:42 · answer #3 · answered by Jim Maryland 7 · 0 0

Jimmy to learn about Visual Basic programming here is your link

free lesson download Programming vb
Visual Basic in 12 Easy Lessons - Free Book Download

http://www.google.co.uk/search?hl=en&q=free+lesson+download+Programming+vb&meta=

free online tutorial link

http://www.google.co.uk/search?hl=en&q=free+lesson+Programming+vb&meta=

http://www.google.co.uk/search?hl=en&q=Programming+vb&meta=


Jimmy this should start you off

2007-07-15 13:39:41 · answer #4 · answered by Joe_Young 6 · 0 0

Here's a decent site to begin your programming endeavor. Just remember one thing, have patience. >> http://www.freetechbooks.com/

2007-07-15 13:36:23 · answer #5 · answered by Pontius 3 · 0 0

dim = dimension

2007-07-15 13:34:12 · answer #6 · answered by Anonymous · 2 0

fedest.com, questions and answers