Return the starting line number and number of lines of a subroutine.
% = ProcLnr(procname)
% = ProcLineCnt(procname)
ProcLnr(procname)Returns the first line number of the specified subroutine (Procedure/Sub/Function).
ProcLineCnt(procname)Returns the number of lines of the specified subroutine.
See Trace
Used together with Tron.
Tron, EdShowLine, Trace, TraceLnr, TraceReg
{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}