home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
An Introduction to Progr…l Basic 6.0 (4th Edition)
/
An Introduction to Programming using Visual Basic 6.0.iso
/
PROGRAMS
/
CH9
/
9-2-1.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1997-09-06
|
211 b
|
8 lines
Attribute VB_Name = "Module1"
Type collegeData
nom As String * 30 'Name of college
state As String * 2 'State where college is located
yrFounded As Integer 'Year college was founded
End Type