home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / turbocad / v8trial / TurboCADv8ProfessionalNoReg.exe / Data.Cab / F37776_modBoltNut.bas < prev    next >
Encoding:
BASIC Source File  |  2001-10-16  |  752 b   |  19 lines

  1. Attribute VB_Name = "modBoltNut"
  2. Option Explicit
  3. '/******************************************************************/
  4. '/*                                                                */
  5. '/*                      TurboCAD for Windows                      */
  6. '/*                   Copyright (c) 1993 - 2001                    */
  7. '/*             International Microcomputer Software, Inc.         */
  8. '/*                            (IMSI)                              */
  9. '/*                      All rights reserved.                      */
  10. '/*                                                                */
  11. '/******************************************************************/
  12. 'Global iDiam%
  13. ' DLL Entry point
  14.  
  15. Sub Main()
  16.  
  17. End Sub
  18.  
  19.