Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - (* http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
(*
 Error 70                 Set Base Type Out of Range                  pp 323

 Source:  Compiler

 Cause:   Valid range of Set base type is 0..255.

 Remedy:  Examine the statement ahead of the error cursor for the above
          condition.


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


 Example:
       CONST                       { Wrong - valid base type is Byte }
          SetCon : Set of Integer = [0..9];


       TYPE
          SetTyp = Set Of 0..312;  { Wrong - valid range is 0..255   }

       BEGIN
       END.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson