home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / VBBOOK / VBBOOK.BAS < prev    next >
BASIC Source File  |  1991-09-02  |  217b  |  13 lines

  1. Type Flags                           'Misc flag variables
  2.   CurDate As Integer
  3.   DoHeader As Integer
  4.   FileTitle As Integer
  5.   LineLen As Integer
  6.   LineWrap As Integer
  7.   PgNumber As Integer
  8. End Type
  9.  
  10.  
  11.    
  12.  
  13.