home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_03 / 1n03038b < prev    next >
Text File  |  1990-07-06  |  279b  |  11 lines

  1.  
  2.         EmployeeStruc 
  3.         ID          1, 12, string 
  4.         SSNumber    13, 9, string 
  5.         LastName    22, 25, string 
  6.         FirstName   47, 15, string 
  7.         MiddleInit  62, 1, string 
  8.         StartDate   63, 8, string 
  9.         Age         71, 3, int 
  10.  
  11.