home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dan Appleman's Visual Bas…s Guide to the Win32 API
/
Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD
/
VB5PG32.mdf
/
articles
/
vbdev
/
source
/
pin5b.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
|
1994-11-21
|
130 b
|
8 lines
Option Explicit
Type MyType
otherbuffer As String * 10
typebuffer As String * 60
End Type
Global mt As MyType