ProcLnr, ProcLineCnt Functions

Purpose

Return the starting line number and number of lines of a subroutine.

Syntax

% = ProcLnr(procname)

% = ProcLineCnt(procname)

Description

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.

Example

See Trace

Remarks

Used together with Tron.

See Also

Tron, EdShowLine, Trace, TraceLnr, TraceReg

{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}