home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 276.img / FORUM21S.ZIP / SCRNUNIT.ARC / TYPES.PAS < prev   
Encoding:
Pascal/Delphi Source File  |  1988-04-07  |  150 b   |  17 lines

  1.  
  2.  
  3. unit types;
  4.  
  5. interface
  6.  
  7. type
  8.   anystr=string[255];
  9.   lstr=string[80];
  10.   mstr=string[30];
  11.   sstr=string[15];
  12.  
  13.  
  14. implementation
  15.  
  16. end.
  17.