HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)

a- 41
to move or copy lines and the range is not sufficient, use
RENUMBER to renumber the line immediately following the
location to which the lines are targeted, "line_number_2".
Renumber to a high enough number to allow sufficient space.
------------------------------------------------------------------------------------
1218 MESSAGE Cannot MOVE lines into a subunit which is moving.
CAUSE The actual message is: Lines are not contained in the same
subunit. During editing, an attempt is made to MOVE at least
one entire procedure or function and part of an additional one.
ACTION MOVE only entire internal procedures and functions.
------------------------------------------------------------------------------------
1219 MESSAGE Lines "line_number_1"/"line_number_2" copied but then deleted
because of the error.
CAUSE A syntax error encountered during partially completed COPY of
lines.
ACTION Correct the syntax error and COPY again.
------------------------------------------------------------------------------------
1220 MESSAGE Destination line, "line_number", lies within source range,
"low_range"/"high_range".
CAUSE A range of lines was moved or copied, and the destination of
one of the lines is a line number that would be in the range
["low_range","high_range"].
ACTION It is possible to obtain the same results using two moves:
1. MOVE the lines to another destination where they fit.
2. Delete the original lines.
3. MOVE the lines to the desired destination.
------------------------------------------------------------------------------------
1221 MESSAGE Program not running.
CAUSE The CONTINUE command was entered when a program is not paused
or halted.
ACTION Be certain that the program is paused or halted before entering
CONTINUE. This can be done by entering the command: "LIST *"
to display the current line.
------------------------------------------------------------------------------------
1227 MESSAGE Current line is not defined.
CAUSE The command: "LIST *" was used when no program is running in
the interpreter.
ACTION The "LIST *" command will only list the current line when a
program is paused or halted in the interpreter.
------------------------------------------------------------------------------------
1228 MESSAGE Command is too long.
CAUSE The quoted string literal or the value of the string expression
following COMMAND exceeds the maximum allowed value of 500
characters.
ACTION Shorten the length of the string literal or the value of the
string expression.
------------------------------------------------------------------------------------
1229 MESSAGE Program lines are not allowed in a COMMAND statement.