num-var = Get_Src_Op


Operands:

none



Returns:


Contains the optional numeric line operand, if it is entered, for the source line range if used. If none is entered, this will return 0 (zero). 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 C5, Get_Src_Op will return the number 5. The function returns 0 when no explicit command operand number is specified. For instance, if you define a source block such as CC which happens to be 5 lines long, the function will still return 0, because the number 5 was not actually specified on the CC block.


Created with the Personal Edition of HelpNDoc: Effortlessly Edit and Export Markdown Documents