home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / 3d_tabs / miscdemo.bas < prev    next >
BASIC Source File  |  1994-05-29  |  208b  |  13 lines

  1. Option Explicit
  2.  
  3. Type leafpage
  4.     numleafs As Integer
  5.     active As Integer
  6.     num(0 To 3) As Integer
  7.     item(1 To 32) As Integer
  8.     total As Integer
  9.     caption(1 To 32) As String
  10. End Type
  11.  
  12.  
  13.