home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TPTOOL1.ZIP / ANYSTRIN.INC next >
Encoding:
Text File  |  1987-05-25  |  70 b   |  6 lines

  1.  
  2. type
  3.    anystring = string[128];
  4.    longstring = string[255];
  5.  
  6.