Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Class notes

Computer system

Rating
-
Sold
-
Pages
21
Uploaded on
24-07-2023
Written in
2017/2018

Computer system, computer science, computer language

Institution
Course

Content preview

VB While Statements

While <condition> do
<List of Statements>
Wend



The VB Manual Recommends a different structure.
Use the alternative if you wish.

,VB For Statements
For <Variable> = <start> to <finish>
<List of Statements>
Next <Variable>

For <Variable> = <start> to <finish> Step <increment>
<List of Statements>
Next <Variable>
Example:
For I = 1 to 10 do
A[I] = A[I] + 1
Next I

, VB Arrays
H Indices Always Start With Zero
H Dim A[10] As Integer Declares 11 elements,
indexed from 0 through 10.
H Multi-Dimensional Arrays are Permitted.
H Arrays can be resized at run time (See VB
Help File for ReDim)

Written for

Study Level
Examinator
Subject
Unit

Document information

Uploaded on
July 24, 2023
Number of pages
21
Written in
2017/2018
Type
Class notes
Professor(s)
Prof
Contains
All classes

Subjects

$15.08
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
akhilagouri

Get to know the seller

Seller avatar
akhilagouri A Level Notes
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
2 year
Number of followers
0
Documents
107
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions