NOLIGN1 |
nolign1 contains the second boundary for a range of lines to be deleted from the bottom of table variable.
Shortint [S]nolign1
# deleting a group of lines
If status = 68 | status = 83
GMODIF = 1
For NOL=nolign-1 To nolign1-1
Gosub TEST_ANU From SUBSQHB
If mkstat : Break : Endif
Next NOL
Endif
When deleting from a group of lines in the bottom of table variable, the number of the first line of the range is found in the nolign variable, and the number of the last line of the range in the variable nolign1.
No associated errors.
|
|