[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MAXINT                   Predefined Value of +32767                   pp 48


 Define:  MaxInt is predefined as +32767.

 Purpose: Maximum positive integer representation in Turbo Pascal.

 Notes:   MaxInt is Type Integer.


 ----------------------------------------------------------------------------


 Usage:
       VAR
          IntVar : Integer;

       BEGIN
          IntVar := MaxInt;
       END.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson