num-var = Get_Dest_Op


Operands:

none



Returns:


Returns the optional numeric line operand, if it is entered, for the destination line command if one is used. If none is entered, this will return 1. 


RC will always be 0 and Msg$ will be "" (Null)


Special Notes:


For example, if you have a destination line range of H5, Get_Dest_Op will return the number 5. The function returns 1 when no explicit command operand number is specified. If you define a destination block such as HH which happens to be 5 lines long, the function will also return 5.


In all cases, Get_Dest1_LPtr and Get_Dest_LPtr will reflect the line selected range.