Arrays Processing [VB.Net] Public Class

Thursday, March 12 2009 | 4:00 PM (EST)

The class is over

Price:
Free
Duration:
45 minutes

View Recording

System & Device Check

About the Class

Overview: Arrays Processing. Passing Arrays as Arguments. Returning an Array from a Function Arrays can be used for
• Grade lists
• Storing event times/scores
• Telephone numbers

Arrays May Be Used to Total Values and Search for Data. Related Information May Be Stored in Multiple Parallel Arrays. In Addition, Arrays May Be Resized at Run Time.

::Determining the Number of Elements in an Array

Array''s have a Length property that holds the number of elements in the array
Note that the length is the number of elements on the array, not the largest subscript.
So if you have this array,
Q: Dim names(35) As Integer. What is the length of this array?

A: It is 36

Note that the length is the number of elements on the array, not the largest subscript. So there are 36 elements, because it goes from 0 to 35, which equals 36 elements.

Language of instruction:

Keywords: arrays, visual basic .net, loops, counting, storing

Attendees in the class (3)

Comments
sabine
By: sabine
1067 days 19 hours 34 minutes ago

i speak little english , i want to learn english ,what''s the method to learn me fast because i''m in america from 9 months and i don''t speak good , i have two babies , i don''t go out house to school ,can you help me please what am i doing for this ? thank you

About Mohammad Waheed - NY Teacher
(Teacher)

  • Mohammad Waheed - NY Teacher
    Mohammad Waheed - NY Teacher
  • 8 Followers
  • 1 Member recommends
  • 4 Classes conducted
  • 1 Test created
  • 5 Tutorials added

Profile Summary

ITT Tech - IT Instructor (part-time). Full-time Sr. .Net developer at Davis Vision in NY. At ITT Tech I teach VB.Net, SQL Database, ASP.NET. I have been programming with .NET for almost 10 years now and before that I was FoxPro and ASP developer.