Library /sys$common/syshlp/basichelp.hlb Commands, RESEQUENCE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
This command resequences the line numbers of the program currently in memory. RESEQUENCE with no argument resequences the entire program. You can specify the line number where resequencing is to begin, the end of a range of line numbers, the new first line number, and a numbering increment. The default for the new first line number is 100 and the default increment is 10. The RESEQUENCE command can only be specified on programs that contain line numbers. Example RESEQUENCE 100-1000 STEP 5 Format RESEQUENCE [line-num1 [-line-num2] [line-num3]] [STEP int-const]
|