Get_Src_Op
|
||
Operands: |
none |
|
Returns: |
|
Contains the optional numeric line operand, if it is entered, for the source range if used. If none is entered, this will return 1. For example, if the line command entered were C12, the value returned would be 12. RC will always be 0 and Msg$ will be "" (Null) |
Special Notes: |
|
For example, if you have a source line range of H5, Get_Src_Op will return the number 5. The function returns 1 when no explicit command operand number is specified. If you define a source bock cuch as CC which happens to be 5 lines long, the function will return 5. In all cases, Get_Src1_LPtr and Get_Src2_LPtr will reflect the selected line range. |