HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 44
the line range option of the SAVE or RESAVE command when
writing to a BASIC SAVE file.
------------------------------------------------------------------------------------
Numbered Error Messages ( 1241 - 1738 )
------------------------------------------------------------------------------------
1241 MESSAGE Line range "line_range" contains no lines.
CAUSE Part of the current program was saved or resaved to a BASIC
SAVE file using the line range list option. The range of lines
selected did not contain any lines. For example, you might
have typed:
SAVE "save_filename",SUB A/20
when the current program was:
20 PRINT B
30 SUB A
ACTION The line range option with SAVE to a BASIC SAVE file is
restricted to saving MAIN and individual procedures and
multi-line functions. If you wish to save individual parts of
the current program using the line range option, SAVE or RESAVE
to an ASCII file using the SAVE LIST or RESAVE command.
------------------------------------------------------------------------------------
1242 MESSAGE Line number is not first line of subunit in line range
"line_range".
CAUSE Part of the current program was saved or resaved to a BASIC
SAVE file using the line range list option. The range of lines
selected did not specify an entire main, procedure, or
function. For example, you might have typed:
SAVE "save_filename",20
when the current program was:
10 PRINT A
20 PRINT B
ACTION The line range option with SAVE to a BASIC SAVE file is
restricted to saving MAIN and individual procedures and
multi-line functions. If you wish to save individual parts of
the current program using the line range option, SAVE or RESAVE
to an ASCII file using the SAVE LIST or RESAVE command.
------------------------------------------------------------------------------------
1243 MESSAGE Line number is not last line of subunit in line range
"line_range".
CAUSE Part of the current program was saved or resaved to a BASIC
SAVE file using the line range list option. The range of lines
selected did not specify an entire main, procedure, or
function. For example, you might have typed:
SAVE "save_filename",10
when the current program was:
10 PRINT A
20 PRINT B
ACTION The line range option with SAVE to a BASIC SAVE file is
restricted to saving MAIN and individual procedures and
multi-line functions. If you wish to save individual parts of
the current program using the line range option, SAVE or RESAVE