home *** CD-ROM | disk | FTP | other *** search
- PRODUCT : TURBO PASCAL NUMBER : 193
- VERSION : 3.00x
- OS : CP/M-80
- DATE : April 10, 1986
-
- TITLE : DIFFERENCES BETWEEN VERSIONS 2.0 AND 3.0
-
- 1. CHAIN
-
- Chain and Execute no longer set the flag in the command line
- parameter.
-
- 2. INLINE
-
- A constant identifier used in an INLINE statement does not
- always generate two bytes of code.
-
- 3. FILES
-
- New FIB formats.
-
- BlockRead / BlockWrite: An optional 4th parameter on both the
- BlockRead and BlockWrite procedures returns the number of
- blocks actually read or written.
-
- SeekEoln function.
-
- SeekEof function.
-
- 4. OVERLAYS
-
- The Y compiler directive is no longer supported. Instead, the
- OvrDrive standard procedure may be used to specify the drive
- on which overlay files reside.
-
- 5. MISCELLANEOUS
-
- The Exit Procedure - terminates execution of the current block
- (procedure, function, or program).
-
- The ParamCount function returns the number of parameters
- entered on the command line.
-
- The ParamStr function - returns the Nth parameter from the
- command line.
-
- distribution disk demonstrates these new functions.
-