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 38: Range expected
The syntax used in this statement requires that you
specify a range of values.
Specify a range of values with two periods between the
lower and upper range limits. For example, 1..5 specifies
the values 1, 2, 3, 4, and 5. Examples of keywords that
use ranges include CASE and ARRAY.