home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / tool / various / tlstvbx2 / module1.bas < prev    next >
BASIC Source File  |  1995-02-27  |  140b  |  11 lines

  1. Option Explicit
  2. DefInt A-Z
  3. Type RECT
  4.     left As Integer
  5.     top As Integer
  6.     right As Integer
  7.     bottom As Integer
  8. End Type
  9.  
  10.  
  11.