Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>procline()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PROCLINE()


Syntax:     PROCLINE()

Purpose:    To return the current source code line number from the
            beginning of the current program file.

Returns:    An integer numeric value.

            If you compile your program without source code line numbers
            (-l switch), the line number returned by PROCLINE() is
            unpredictable.

Library:    CLIPPER.LIB


----------------------------------- Example --------------------------------

   ? PROCLINE(), "memvar + ", memvar


See Also: PROCNAME() READVAR()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson