qperr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Error Message
 
Error 149:  Set type out of range
 
The base type of a set exceeded the limit of a set.
 
A set may have only 256 elements. Its base type must be a
subrange within 0..255, or an enumerated type with no more
than 256 values. Base types of ShortInt, Integer, LongInt,
or Word are not permitted.