home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / PASCAL / MISCTI10.ZIP / TI193.ASC < prev    next >
Encoding:
Text File  |  1988-04-18  |  1.2 KB  |  48 lines

  1. PRODUCT : TURBO PASCAL     NUMBER : 193
  2. VERSION : 3.00x
  3.      OS : CP/M-80
  4.    DATE : April 10, 1986
  5.  
  6.   TITLE : DIFFERENCES BETWEEN VERSIONS 2.0 AND 3.0
  7.  
  8. 1. CHAIN
  9.  
  10.    Chain and Execute no longer set  the flag in the command  line    
  11.    parameter.
  12.  
  13. 2. INLINE
  14.  
  15.    A  constant  identifier used in an INLINE statement  does  not 
  16.    always generate two bytes of code.
  17.  
  18. 3. FILES
  19.  
  20.    New FIB formats.
  21.  
  22.    BlockRead / BlockWrite:  An optional 4th parameter on both the      
  23.    BlockRead  and  BlockWrite  procedures returns the  number  of 
  24.    blocks actually read or written.
  25.  
  26.    SeekEoln function.
  27.  
  28.    SeekEof function.
  29.  
  30. 4. OVERLAYS
  31.  
  32.    The Y compiler directive is no longer supported.  Instead, the    
  33. OvrDrive  standard procedure may be used to specify the  drive    
  34. on which overlay files reside.
  35.  
  36. 5. MISCELLANEOUS
  37.  
  38.    The Exit Procedure - terminates execution of the current block    
  39. (procedure, function, or program).
  40.  
  41.    The  ParamCount  function  returns the  number  of  parameters    
  42. entered on the command line.
  43.  
  44.    The  ParamStr  function - returns the Nth parameter  from  the    
  45. command line.
  46.  
  47.             distribution disk demonstrates these new functions.
  48.